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
name: Test Fractional Timeout
on: push
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - run: echo hello
        timeout-minutes: 0.5