lab7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 9: found a tab character that violates indentation
2024-11-22 13:25:38 +01:00

11 lines
176 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