add github workflow CI

pull/1/head
Dmitry Murzinov 1 year ago
parent f9f83028c6
commit ba45e5ceea

@ -0,0 +1,14 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint
Loading…
Cancel
Save