Skip to content

Commit

Permalink
fix new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero committed Jun 25, 2022
1 parent 3184ac1 commit 3fde14b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
name: agda-smash
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build
run: nix build --verbose --print-build-logs
run: nix build --verbose --print-build-logs
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
name: agda-smash
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build HTML
run: nix build --verbose --print-build-logs
run: nix build --verbose --print-build-logs
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ clean:
find . -name '*.agdai' -exec rm \{\} \;

profile: Everything.agda
agda ${RTSARGS} -v profile:7 -v profile.definitions:15 -i. Everything.agda
agda ${RTSARGS} -v profile:7 -v profile.definitions:15 -i. Everything.agda
2 changes: 1 addition & 1 deletion agda-smash.agda-lib
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: agda-smash
depend: standard-library
include: src/
include: src/
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
};
}
);
}
}

0 comments on commit 3fde14b

Please sign in to comment.