Skip to content

Commit 907b537

Browse files
authored
ci: fix just fmt job (#520)
1 parent 5199400 commit 907b537

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linting
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
selene:
@@ -29,6 +29,7 @@ jobs:
2929
name: just
3030
runs-on: ubuntu-latest
3131
steps:
32+
- uses: actions/[email protected]
3233
- uses: extractions/setup-just@v1
3334
# https://github.com/casey/just
3435
# use the latest version, probably doesn't matter much

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COLOR_WHITE := '\033[1;37m'
1111
default: help
1212

1313
@help:
14-
just --list
14+
just --list
1515

1616
# Build the project
1717
@build:

0 commit comments

Comments
 (0)