File tree Expand file tree Collapse file tree 1 file changed +32
-32
lines changed
Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -14,44 +14,44 @@ concurrency:
1414 cancel-in-progress : false
1515
1616jobs :
17- # check:
18- # runs-on: ubuntu-latest
19- # steps:
20- # - name: Checkout
21- # uses: actions/checkout@v5
17+ check :
18+ runs-on : ubuntu-latest
19+ steps :
20+ - name : Checkout
21+ uses : actions/checkout@v5
2222
23- # - uses: oven-sh/setup-bun@v2
24- # with:
25- # bun-version: latest
26- # - run: bun i
27- # - run: bun lint
28- # - run: bun run build
29- # - run: bun lint
30- # - run: bun test --coverage
23+ - uses : oven-sh/setup-bun@v2
24+ with :
25+ bun-version : latest
26+ - run : bun i
27+ - run : bun lint
28+ - run : bun run build
29+ - run : bun lint
30+ - run : bun test --coverage
3131
32- # changepacks:
33- # name: changepacks
34- # runs-on: ubuntu-latest
35- # permissions:
36- # # create pull request comments
37- # pull-requests: write
32+ changepacks :
33+ name : changepacks
34+ runs-on : ubuntu-latest
35+ permissions :
36+ # create pull request comments
37+ pull-requests : write
3838
39- # # Actions > General > Workflow permissions for creating pull request
40- # # Create brench to create pull request
41- # contents: write
42- # needs:
43- # - check
44- # steps:
45- # - uses: actions/checkout@v5
46- # - uses: changepacks/action@main
47- # id: changepacks
48- # outputs:
49- # changepacks: ${{ steps.changepacks.outputs.changepacks }}
39+ # Actions > General > Workflow permissions for creating pull request
40+ # Create brench to create pull request
41+ contents : write
42+ needs :
43+ - check
44+ steps :
45+ - uses : actions/checkout@v5
46+ - uses : changepacks/action@main
47+ id : changepacks
48+ outputs :
49+ changepacks : ${{ steps.changepacks.outputs.changepacks }}
5050
5151 publish :
5252 runs-on : ubuntu-latest
53- # needs:
54- # - changepacks
53+ needs :
54+ - changepacks
5555 # if: contains(needs.changepacks.outputs.changepacks, 'package.json')
5656 steps :
5757 - name : Checkout
You can’t perform that action at this time.
0 commit comments