Skip to content

another update on multiple work flow #8

another update on multiple work flow

another update on multiple work flow #8

name: ASCII Workflow
on:
- push
jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Execute Shell Script
run: |
chmod +x ascii-script.sh
./ascii-script.sh