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 0a4d06cede
Update c-cpp.yml
Main Name changed
2020-11-19 10:34:01 +01:00

17 lines
246 B
YAML

name: Test Master
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make main_compress
run: make main_compress