mirror of
https://github.com/radek-sprta/awesome-game-remakes.git
synced 2025-07-23 08:13:01 +02:00
20 lines
339 B
YAML
20 lines
339 B
YAML
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
|