Skip to content

Update readme and run ts build #4

Update readme and run ts build

Update readme and run ts build #4

Workflow file for this run

name: "Test compiled action"
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Test action
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: "./.github/shared/functional-tests"