Skip to content

Commit e38e195

Browse files
committed
Switch to github actions
1 parent 4d1f9de commit e38e195

3 files changed

Lines changed: 31 additions & 11 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
9+
concurrency:
10+
group: ${{ github.workflow_ref }}-${{ github.event.pull_request.number || github.run_id }}
11+
cancel-in-progress: true
12+
13+
permissions:
14+
contents: read
15+
16+
jobs:
17+
validate-plugins:
18+
name: validate-plugins
19+
uses: bitcart/bitcart-actions/.github/workflows/validate-plugins.yml@master
20+
21+
zizmor:
22+
name: zizmor
23+
uses: bitcart/bitcart-actions/.github/workflows/zizmor-audit.yml@master
24+
permissions:
25+
contents: read
26+
security-events: write

.github/zizmor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rules:
2+
unpinned-uses:
3+
config:
4+
policies:
5+
"*": ref-pin

0 commit comments

Comments
 (0)