Skip to content

Commit

Permalink
Create testss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp authored Oct 8, 2024
1 parent 8383d80 commit e30dd91
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/testss.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
repository: staszekscp/pokedex_fork
fetch-depth: 0
- name: run
run: |
chmod +x ./script.sh
./script.sh

0 comments on commit e30dd91

Please sign in to comment.