chore(release): prepare 1.0.0 release
This commit is contained in:
6
.github/workflows/action.yml
vendored
6
.github/workflows/action.yml
vendored
@@ -28,6 +28,12 @@ jobs:
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Set up cachix
|
||||
uses: cachix/cachix-action@v17
|
||||
with:
|
||||
name: phundrak
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: Format Check
|
||||
run: |
|
||||
nix develop --no-pure-eval --accept-flake-config --command just format-check
|
||||
|
||||
Reference in New Issue
Block a user