Skip to content

Commit 7e28f0a

Browse files
committed
Build ci.yml
1 parent 7b39968 commit 7e28f0a

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1 @@
1-
name: CI
2-
3-
permissions: {}
4-
5-
on:
6-
push:
7-
branches:
8-
- main
9-
10-
jobs:
11-
hello:
12-
timeout-minutes: 10
13-
permissions:
14-
contents: read
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18-
with:
19-
persist-credentials: false
20-
- uses: ./.github/actions/setup
21-
22-
- run: bun run ./lib/cli build ./actions/ci/hello
23-
- uses: ./actions/ci/hello
24-
25-
test:
26-
timeout-minutes: 10
27-
permissions:
28-
contents: read
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32-
with:
33-
persist-credentials: false
34-
- uses: ./.github/actions/setup
35-
36-
- run: bun run ./lib/cli build ./actions/ci/test
37-
- uses: ./actions/ci/test
1+
{"name":"CI","on":{"push":{}},"jobs":{"hello":{"runs-on":"ubuntu-latest","steps":[{"run":"echo 'Hello, world!'"}]}}}

0 commit comments

Comments
 (0)