Skip to content

style: nest githubActions config assignments into one attrset #8

style: nest githubActions config assignments into one attrset

style: nest githubActions config assignments into one attrset #8

Workflow file for this run

# This file is automatically generated from Nix configuration. Do not edit directly.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
jobs:
nix-ci:
permissions:
contents: read
id-token: write
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
with:
visibility: ${{ startsWith(github.ref, 'refs/tags/') && 'public' || '' }}
name: CI
"on":
pull_request: {}
push:
branches:
- master
tags:
- v[0-9]+.[0-9]+.[0-9]+*
workflow_dispatch: {}