Skip to content

build(deps-dev): bump sha.js from 2.4.11 to 2.4.12 in /modules/M08-bring-it-on #377

build(deps-dev): bump sha.js from 2.4.11 to 2.4.12 in /modules/M08-bring-it-on

build(deps-dev): bump sha.js from 2.4.11 to 2.4.12 in /modules/M08-bring-it-on #377

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
accept-flake-config = true
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v15
with:
name: klarkc
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check