Skip to content

Commit

Permalink
Merge branch 'main' into refactor/#194_belljun3395
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jul 12, 2024
2 parents 9e1fa70 + aa2f2b3 commit e7a7bce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/wip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: WIP
on:
pull_request:
types: [opened, synchronize, reopened, edited]

jobs:
wip:
runs-on: ubuntu-latest
steps:
- uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7a7bce

Please sign in to comment.