Skip to content

Commit 77a9072

Browse files
committed
chore(ci): add lumapps github actions validator workflow
1 parent 928b4ca commit 77a9072

File tree

2 files changed

+17
-51
lines changed

2 files changed

+17
-51
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: 'CI: github-actions-validator'
3+
4+
on:
5+
pull_request:
6+
7+
concurrency:
8+
group: ${{ github.head_ref }}-github-actions-validator
9+
cancel-in-progress: true
10+
11+
jobs:
12+
github-actions-validator:
13+
name: Github-actions-validator
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v3
17+
- uses: lumapps/github-actions-validator@v1

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)