Skip to content

Commit 41fa4df

Browse files
committed
🏃‍♂️ use new github action syntax
1 parent efbeb27 commit 41fa4df

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/main.workflow

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

.github/workflows/main.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on: pull_request
2+
jobs:
3+
pr_checks:
4+
runs-on: ubuntu-latest
5+
name: verify emoji
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: verify
9+
uses: ./hack/release
10+
env:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)