lila/.github/workflows/lint.yml

11 lines
180 B
YAML
Raw Normal View History

2021-01-27 02:19:59 -07:00
name: Lint code
2021-01-27 02:15:01 -07:00
on: [push, pull_request]
2021-01-27 02:15:01 -07:00
jobs:
lint:
runs-on: ubuntu-latest
steps:
2021-01-27 02:16:41 -07:00
- uses: actions/checkout@v1
- run: yarn install && yarn run check-format