Skip to content

Add integer sorting and swapping functions, refactor operation functions #55

Add integer sorting and swapping functions, refactor operation functions

Add integer sorting and swapping functions, refactor operation functions #55

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