Skip to content

Try running a custom GitHub action from the same repository. #1

Try running a custom GitHub action from the same repository.

Try running a custom GitHub action from the same repository. #1

name: Smoke Tests [New]
on:
push:
branches:
- '**'
permissions:
contents: read
checks: write
jobs:
smoke-tests:
name: Smoke Tests
runs-on: self-hosted
steps:
- uses: touchlab/SKIE@tk/smoke-tests