Skip to content

Merge pull request #8 from phieri/dependabot/github_actions/actions/c… #17

Merge pull request #8 from phieri/dependabot/github_actions/actions/c…

Merge pull request #8 from phieri/dependabot/github_actions/actions/c… #17

Workflow file for this run

name: "Test"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm install
- run: npx eslint src/