Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0 #594

chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0

chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0 #594

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint