Skip to content

Commit 4421a9e

Browse files
committed
[tmp] test new GH workflow syntax
1 parent 084b73e commit 4421a9e

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/pull_request.yml

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

0 commit comments

Comments
 (0)