Skip to content

Commit 9cb59e4

Browse files
committed
Use Determinate CI
1 parent b27bea1 commit 9cb59e4

File tree

4 files changed

+28
-20
lines changed

4 files changed

+28
-20
lines changed

.github/workflows/check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Run checks
2+
13
on:
24
pull_request:
35
push:

.github/workflows/determinate.yml

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

.github/workflows/flakehub-publish-tagged.yml

-19
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The sections below list what each template includes. In all cases, you're free t
7575

7676
### [`bun`](./bun/)
7777

78-
- [bun] 1.1.8
78+
- [bun] 1.1.29
7979

8080
### [`c-cpp`](./c-cpp/)
8181

0 commit comments

Comments
 (0)