Skip to content

Bump eslint from 8.45.0 to 8.50.0 #358

Bump eslint from 8.45.0 to 8.50.0

Bump eslint from 8.45.0 to 8.50.0 #358

name: Pull Request CI
on:
pull_request:
branches:
- main
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- name: Run linters
run: npm run lint
astro-check:
name: Astro check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- name: Astro check
run: npm run astro-check