From 6b4a277bd626a7a6a1a779c8f31936c5f6f1d934 Mon Sep 17 00:00:00 2001 From: Snowball_233 Date: Thu, 24 Aug 2023 01:43:52 +0800 Subject: [PATCH] Create checkout.yml --- .github/workflows/checkout.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/checkout.yml diff --git a/.github/workflows/checkout.yml b/.github/workflows/checkout.yml new file mode 100644 index 0000000..2d97323 --- /dev/null +++ b/.github/workflows/checkout.yml @@ -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