Skip to content

Merge pull request #26 from w3c-cg/intellij-plugin #46

Merge pull request #26 from w3c-cg/intellij-plugin

Merge pull request #26 from w3c-cg/intellij-plugin #46

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- run: npm i -g awesome-lint
- run: awesome-lint