diff options
Diffstat (limited to '.github/workflows/build.yaml')
| -rw-r--r-- | .github/workflows/build.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml deleted file mode 100644 index 85cd88b..0000000 --- a/.github/workflows/build.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: build plugin - -on: - push: - branches: - - main - pull_request: - workflow_dispatch: - - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - - - name: run build - run: - nix build -L |
