Skip to content

Combine setup and start in single line #11

Combine setup and start in single line

Combine setup and start in single line #11

Workflow file for this run

name: crc-action
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: CRC Action
uses: ./