Skip to content

using my first action #5

using my first action

using my first action #5

Workflow file for this run

name: practice-ci-cd
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run : ls