1
0

Update to v1.1.6

This commit is contained in:
2022-02-27 16:15:58 +01:00
parent 153f5943e5
commit a2ab208d31
2 changed files with 1 additions and 20 deletions

View File

@@ -1,19 +0,0 @@
name: Lint
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 15.x
- run: npm ci
- run: npm run lint --if-present