Skip to content

Minimal workflow #1

@Muxas

Description

@Muxas

Workflow runs on a dedicated real or virtual server and can execute jobs inside dedicated environment, e.g. within a Docker container.

Create .github/workflows/minimal.yaml with

on:
    push
jobs:
    idle:
        runs-on: ubuntu-latest
        steps:
            -
                run: echo Idle Step

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions