Skip to content

Commit 4da2a71

Browse files
committed
use YAML syntax for GitHub actions
1 parent e5ce3ab commit 4da2a71

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/main.workflow

-9
This file was deleted.

.github/workflows/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Run github-fresh on every pull request update
2+
on: pull_request
3+
jobs:
4+
github-fresh:
5+
steps:
6+
- name: github-fresh
7+
uses: imsky/[email protected]
8+
env:
9+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)