From 27bee5c6bc5ab8df93f2be20fc9e20ed6e71bd27 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 1 Sep 2023 15:35:00 -0400 Subject: initial commit --- .github/dependabot.yml | 8 ++++++++ .github/workflows/build.yaml | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/build.yaml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1d662ce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + prefix: "actions" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 0000000..a7133ae --- /dev/null +++ b/.github/workflows/build.yaml @@ -0,0 +1,22 @@ +name: build plugin + +on: + push: + branches: + - main + pull_request: + workflow_dispatch: + + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main + + - name: run build + run: + nix build -L -- cgit v1.2.3