Skip to content

chore(deps): update amondnet/vercel-action action to v25 #405

chore(deps): update amondnet/vercel-action action to v25

chore(deps): update amondnet/vercel-action action to v25 #405

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Install modules
run: yarn install
- name: Run ESLint
run: yarn run lint:eslint