Skip to content

NO-JIRA: eslint-config-skyscanner to 17.4.0 #87

NO-JIRA: eslint-config-skyscanner to 17.4.0

NO-JIRA: eslint-config-skyscanner to 17.4.0 #87

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
install-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: Install deps
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test