Skip to content

Commit

Permalink
Github: run devenv checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Oct 1, 2024
1 parent ae588fb commit a6a0b46
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/devenv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Devenv"

on:
push:

jobs:
pre-commit-hooks:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Pre-commit-hooks (linters / static-analysis)
run: devenv tasks run devenv:pre-commit:run
- name: Test
run: devenv test

0 comments on commit a6a0b46

Please sign in to comment.