Skip to content

Commit

Permalink
fixup! Add GH workflows for running CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Oct 31, 2022
1 parent 4e68f52 commit c5c0ec8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
continue-on-error: ${{ matrix.allow_failure }}
steps:
- uses: actions/checkout@v3
with:
# The output of some commands of `zkg` on the template depends on the
# known tags. Fetch them all.
fetch-depth: 0

# The checkout action leaves the repo in a detached HEAD state which is not
# supported by zkg, see zeek/package-manager#145. Work around this under
Expand Down

0 comments on commit c5c0ec8

Please sign in to comment.