Skip to content

build(deps): lock file maintenance #161

build(deps): lock file maintenance

build(deps): lock file maintenance #161

Workflow file for this run

name: check
on:
push:
branches: [master, main]
pull_request:
merge_group:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nix-fast-build:
name: nix-fast-build
runs-on: ubuntu-24.04
permissions:
contents: read # リポジトリコンテンツの読み取り
id-token: write # niks3 OIDC認証
timeout-minutes: 15
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- uses: ./
- run: >-
nix run '.#nix-fast-build' --
--option eval-cache false
--no-link
--skip-cached
--no-nom