mirror of
https://github.com/radek-sprta/awesome-game-remakes.git
synced 2025-07-23 00:03:00 +02:00
ci: run awesome-lint in Github Actions
This commit is contained in:
19
.github/worfklows/lint.yml
vendored
Normal file
19
.github/worfklows/lint.yml
vendored
Normal 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
|
Reference in New Issue
Block a user