We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5199400 commit 907b537Copy full SHA for 907b537
.github/workflows/lint.yml
@@ -1,6 +1,6 @@
1
name: Linting
2
3
-on: [pull_request]
+on: [push, pull_request]
4
5
jobs:
6
selene:
@@ -29,6 +29,7 @@ jobs:
29
name: just
30
runs-on: ubuntu-latest
31
steps:
32
+ - uses: actions/[email protected]
33
- uses: extractions/setup-just@v1
34
# https://github.com/casey/just
35
# use the latest version, probably doesn't matter much
justfile
@@ -11,7 +11,7 @@ COLOR_WHITE := '\033[1;37m'
11
default: help
12
13
@help:
14
- just --list
+ just --list
15
16
# Build the project
17
@build:
0 commit comments