Skip to content

Commit

Permalink
Create checkout.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu authored Aug 23, 2023
1 parent db57959 commit 6b4a277
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/checkout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: checkout

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
checkout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

0 comments on commit 6b4a277

Please sign in to comment.