Skip to content

Bump actions/checkout from 4 to 6 #19

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #19

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
with:
extra-conf: |
cores = 0
- uses: DeterminateSystems/magic-nix-cache-action@v13
- uses: nicknovitski/nix-develop@v1
- run: |
rake rubocop
rake spec
actionlint