diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e0da3c0..f76ac12 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,4 +5,6 @@ jobs: hello: runs-on: ubuntu-latest steps: - - run: gcc main.c \ No newline at end of file + - uses: actions/checkout@v4 + - name: build using gcc + run: gcc -Wall -Werror main.c \ No newline at end of file