Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /modules/M09-going-live/dapp #257

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /modules/M09-going-live/dapp

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /modules/M09-going-live/dapp #257

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
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