Skip to content

Chore(deps-dev): Bump web-vitals from 4.2.4 to 6.2.1 #862

Chore(deps-dev): Bump web-vitals from 4.2.4 to 6.2.1

Chore(deps-dev): Bump web-vitals from 4.2.4 to 6.2.1 #862

Workflow file for this run

name: Sanity check
on: [pull_request]
jobs:
commits_check_job:
runs-on: ubuntu-latest
name: Commits Check
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}