ci: run awesome-lint in Github Actions

This commit is contained in:
Radek SPRTA
2024-05-17 06:17:35 +02:00
parent bef321d49e
commit 2623f8a699

19
.github/worfklows/lint.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Lint
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: Run awesome-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: max/awesome-lint@v2.0.0