Skip to content

Initial Github workflows (#1) #3

Initial Github workflows (#1)

Initial Github workflows (#1) #3

Workflow file for this run

# https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action
name: build
on: [push]
jobs:
ubuntu-22.04:

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 5, Col: 3): The identifier 'ubuntu-22.04' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build-ubuntu-22.04/