Update lint.yml

This commit is contained in:
Elliot Matson 2022-05-30 18:56:10 -05:00 committed by GitHub
parent aa0d71b684
commit fcf478c0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
---
name: Lint
'on':
pull_request:
on:
push:
branches:
- master
branches: [main]
pull_request:
branches: [main]
jobs:
test:
yaml-lint:
name: Lint
runs-on: ubuntu-latest
steps: