Skip to content

Bump DeterminateSystems/determinate-nix-action from 3 to 3.17.2 #24

Bump DeterminateSystems/determinate-nix-action from 3 to 3.17.2

Bump DeterminateSystems/determinate-nix-action from 3 to 3.17.2 #24

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
with:
extra-conf: |
cores = 0
- uses: DeterminateSystems/magic-nix-cache-action@v13
- uses: nicknovitski/nix-develop@v1
- run: |
rake rubocop
rake spec
actionlint