name: First CI on: [push] jobs: hello: runs-on: ubuntu-latest steps: - run: gcc main.c