Skip to content

chore(deps): bump the npm_and_yarn group with 2 updates #257

chore(deps): bump the npm_and_yarn group with 2 updates

chore(deps): bump the npm_and_yarn group with 2 updates #257

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, edited, reopened, synchronize]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 20.10.x
uses: actions/setup-node@v3
with:
node-version: 20.10
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint