github-actions-models 1.24.0-rc3

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

on: [push]

jobs:
  build:
    runs-on: ubuntu-22.04
    steps:
      - name: Step
        if: false
        run: echo