Skip to content

fix: echo "new line" >> output.txt > new.txt > last.txt #88

fix: echo "new line" >> output.txt > new.txt > last.txt

fix: echo "new line" >> output.txt > new.txt > last.txt #88

Workflow file for this run

name: Compile
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build project
run: make