Skip to content

test: use act to test github actions locally #1

test: use act to test github actions locally

test: use act to test github actions locally #1

Workflow file for this run

name: Test My Custom Action
on: [push]
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run my custom action
uses: ./ # Points to the project root where action.yml is located