Skip to content

fix(deps): update dependency @actions/tool-cache to v2.0.2 #685

fix(deps): update dependency @actions/tool-cache to v2.0.2

fix(deps): update dependency @actions/tool-cache to v2.0.2 #685

Workflow file for this run

name: 'lint'
on:
pull_request:
jobs:
test:
name: run lint
runs-on: ubuntu-latest
timeout-minutes: 20
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run Lint and prettier
run: |
npm run lint