Skip to content

Merge pull request #18 from blubbsy/patch-1 #76

Merge pull request #18 from blubbsy/patch-1

Merge pull request #18 from blubbsy/patch-1 #76

Workflow file for this run

name: ci
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run lint