From e30dd91e6747d3c98f8ba43269eb9b51a8d17517 Mon Sep 17 00:00:00 2001 From: Mariusz Stanisz Date: Tue, 8 Oct 2024 08:22:00 +0200 Subject: [PATCH] Create testss.yml --- .github/workflows/testss.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/testss.yml diff --git a/.github/workflows/testss.yml b/.github/workflows/testss.yml new file mode 100644 index 000000000000..2d3fdee1dab9 --- /dev/null +++ b/.github/workflows/testss.yml @@ -0,0 +1,21 @@ +name: Test for sth + +on: + workflow_dispatch: + +jobs: + CLA: + runs-on: ubuntu-latest + # This job only runs for pull request comments or pull request target events (not issue comments) + # It does not run for pull requests created by OSBotify + steps: + - name: checkout + uses: actions/checkout@v4.1.0 + with: + repository: staszekscp/pokedex_fork + fetch-depth: 0 + - name: run + run: | + chmod +x ./script.sh + ./script.sh +