Skip to content

Commit e140ac4

Browse files
committed
feat: add determinate-ci to workflow, check formatting, build package, et cetera..
1 parent dd66455 commit e140ac4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/determinate-ci.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
on:
2+
pull_request:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
tags:
9+
- v?[0-9]+.[0-9]+.[0-9]+*
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: true
14+
15+
jobs:
16+
DeterminateCI:
17+
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
18+
permissions:
19+
id-token: write
20+
contents: read

0 commit comments

Comments
 (0)