zdoom-macos-deps/.github/workflows/lint.yml

11 lines
179 B
YAML

name: Lint
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: docker://github/super-linter:v2.1.0