Skip to content

chore: Use screenshot name as-is #68

chore: Use screenshot name as-is

chore: Use screenshot name as-is #68

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm ci
- run: npm run lint