Skip to content

Fixing the cache keys to make them relative to the project root #25

Fixing the cache keys to make them relative to the project root

Fixing the cache keys to make them relative to the project root #25

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