Skip to content

Commit

Permalink
ci: checkout the entire git history for ci tests (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Feb 16, 2024
1 parent 8239438 commit fd3558b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
name: Inspect the code health
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install a flaked Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Install dependencies
Expand All @@ -30,6 +33,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install a flaked Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Clean the environment
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Include a note to update milestones after a release
- Automatically extend the license at the start of a year
- Use the development Nix flake in continuous integration
- Checkout the entire Git history for automated testing

## [0.1.1] - 2024-01-15

Expand Down

0 comments on commit fd3558b

Please sign in to comment.