Skip to content

Commit 019809d

Browse files
committed
actionlint.yml -> actionci.yml
1 parent e8e7c78 commit 019809d

File tree

4 files changed

+22
-50
lines changed

4 files changed

+22
-50
lines changed

.github/workflows/actionci.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Action CI
2+
3+
on:
4+
push:
5+
tags-ignore:
6+
- 'v*'
7+
branches:
8+
- "master"
9+
pull_request:
10+
workflow_call:
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: true
15+
16+
jobs:
17+
actionci:
18+
permissions:
19+
contents: read
20+
security-events: write
21+
uses: smallstep/workflows/.github/workflows/actionci.yml@main
22+
secrets: inherit

.github/workflows/actionlint.yml

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

.github/workflows/frizbee.yml

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

.github/workflows/zizmor.yml

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

0 commit comments

Comments
 (0)