From 181de957804e199f7268d532633990ba2a6e385c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 9 Feb 2021 21:02:23 +0100 Subject: Create main.yml --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..9190fc9 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: norminette + +on: [push, pull_request] + +jobs: + norminette: + runs-on: ubuntu-latest + name: 42 Norminette + steps: + - uses: actions/checkout@v2 + - uses: alexandregv/norminette-action@v2 + with: + flags: src include -- cgit