Files
awesome-falsehood/.github/workflows/lint.yaml
Kevin Deldycke f8dc306198 Use bleeding edge branches.
We're not using anything too fancy here, so let's rely on latest actions.
2020-01-11 09:31:49 +01:00

12 lines
194 B
YAML

name: Lint Awesome List
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: max/awesome-lint@master