Skip to content

Merge pull request #13 from wwlrc/archey347-patch-1 #16

Merge pull request #13 from wwlrc/archey347-patch-1

Merge pull request #13 from wwlrc/archey347-patch-1 #16

Workflow file for this run

name: "lint"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: Begin CI...
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 24
- name: Install Node.js dependencies
run: npm ci
- name: Lint
run: npm run lint