Tets/.gitea/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: line 2: did not find expected key
2024-11-25 11:16:09 +01:00

9 lines
236 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c