Skip to content

packer: add content and hands on #291

packer: add content and hands on

packer: add content and hands on #291

Workflow file for this run

name: shell-script
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ls
- run: echo "Running basic.sh script"
- run: cd topics/shell/basic; bash ./basic.sh