We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45c4ca commit d991dd7Copy full SHA for d991dd7
.github/workflows/checks.yml
@@ -0,0 +1,13 @@
1
+name: "Checks"
2
+on:
3
+ pull_request:
4
+ push:
5
+jobs:
6
+ tests:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - uses: cachix/install-nix-action@v31
11
+ with:
12
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
13
+ - run: nix flake check
flake.nix
@@ -62,6 +62,9 @@
62
]
63
++ mcp-server-tools
64
++ (with pkgs; [
65
+ # For running github action workflows locally
66
+ act
67
+
68
# For autogenerating nix evaluations for MCP server tools
69
node2nix
70
0 commit comments