Test for sth #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |