Skip to content

Bump eslint-plugin-astro from 1.2.3 to 1.2.4 #55

Bump eslint-plugin-astro from 1.2.3 to 1.2.4

Bump eslint-plugin-astro from 1.2.3 to 1.2.4 #55

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint check
run: npm run lint