Skip to content

touchyongan is learning GitHub Actions #3

touchyongan is learning GitHub Actions

touchyongan is learning GitHub Actions #3

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- name: use custom action
uses: ./.github/actions/hello-world-action