Create blank.yml

This commit is contained in:
StefanSchippers 2025-05-05 10:23:35 +02:00 committed by GitHub
parent f0a089fb71
commit a618a953c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

14
.github/workflows/blank.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Bash Script
on:
workflow_dispatch:
jobs:
bash-script:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Bash script
run: bash bash.sh