Skip to content

Commit

Permalink
update github workflow description
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed Jun 25, 2024
1 parent 1f42f97 commit 4721b56
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
name: Nix Flake actions
# this workflow automatically generates a matrix of builds and checks based on configuration in flake.nix
#
# githubActions = nix-github-actions.lib.mkGithubMatrix {
# checks = {
# inherit (self.checks) x86_64-linux;
# x86_64-darwin = builtins.removeAttrs self.checks.x86_64-darwin ["formatting"];
# };
#};
#
# runs all checks on linux and only the non-formatting checks on darwin
#

name: Nix checks

on:
pull_request:
Expand Down

0 comments on commit 4721b56

Please sign in to comment.