Skip to content

Commit e2514b6

Browse files
authored
pre-commit: add missing checkout (#100)
commit-id:6803b49e
1 parent 4554fa0 commit e2514b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ jobs:
88
build-and-test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/jekyll-build-pages@v1.0.5
11+
- uses: actions/checkout@v3
12+
- uses: actions/jekyll-build-pages@v1

0 commit comments

Comments
 (0)