Skip to content

Commit

Permalink
[#192/feat] wip 액션 추가 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Jul 12, 2024
1 parent 1660784 commit aa2f2b3
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 aa2f2b3

Please sign in to comment.