mirror of
https://github.com/naimo84/awesome-nodered.git
synced 2026-05-04 05:57:01 -05:00
fix: move gh action lint
This commit is contained in:
13
.github/workflows/linting.yml
vendored
Normal file
13
.github/workflows/linting.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: awesome-lint
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
- name: awesome-lint
|
||||
run: |
|
||||
npx awesome-lint
|
||||
Reference in New Issue
Block a user