This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Projet-C-Huffman/.github/workflows/c-cpp.yml
Yûki bde8dc6f93
Update c-cpp.yml
No file .o so make clean removed
2020-11-19 10:23:12 +01:00

17 lines
227 B
YAML

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make clean
run: make clean