Skip to content

touchyongan is learning GitHub Actions #9

touchyongan is learning GitHub Actions

touchyongan is learning GitHub Actions #9

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- name: Checkout code from repo
uses: actions/checkout@v4
- name: Use local hello-world-action
uses: ./.github/actions/hello-world-action