Skip to content

chore(deps-dev): bump the npm_and_yarn group across 3 directories with 2 updates #42

chore(deps-dev): bump the npm_and_yarn group across 3 directories with 2 updates

chore(deps-dev): bump the npm_and_yarn group across 3 directories with 2 updates #42

Workflow file for this run

name: Linter
on:
pull_request:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: npm install
- name: Lint code
run: npm run lint