fix: move gh action lint

This commit is contained in:
naimo84
2021-12-17 08:02:22 +01:00
parent c80fe08a3a
commit 00a3232e75

13
.github/workflows/linting.yml vendored Normal file
View 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