github-actions-models 1.24.1

Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components
Documentation
1
2
3
4
5
6
7
8
9
10
# https://github.com/zizmorcore/zizmor/issues/1769

name: Test
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: custom/build-action@v1
        with: ${{ fromJSON(steps.setup.outputs.package_options) }}