Skip to content

fix(putstr_color_fd): Refactors to work properly when compile #51

fix(putstr_color_fd): Refactors to work properly when compile

fix(putstr_color_fd): Refactors to work properly when compile #51

Workflow file for this run

name: Norminette and Build
on: [push, pull_request]
jobs:
norminette:
name: Norminette
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: alexandregv/norminette-action@v3
build:
name: Build
needs: norminette
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make