Skip to content

Commit

Permalink
Merge pull request #28 from hamblin/new-action
Browse files Browse the repository at this point in the history
update Github action - change name of lint workflow, add trigger to run on PRs
Merging this in order to get Github actions running on PRs, before opening a new larger PR with actual app changes.
  • Loading branch information
hamblin authored Jul 11, 2021
2 parents 1c2a590 + 43d71fa commit 23c5cf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-on-push.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Lint on push
name: Lint and check formatting

on:
push:
branches:
- new
pull_request:

jobs:
lint:
name: The lint job
name: Run pre-commit
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 23c5cf3

Please sign in to comment.