Workflow config file is invalid. Please check your config file: yaml: line 11: found a tab character that violates indentation
2023-11-21 16:49:04 +01:00

14 lines
190 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