8000 Add correct spaces splitting · amethttp/miniRT@8360927 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add correct spaces splitting #2

Add correct spaces splitting

Add correct spaces splitting #2

Workflow file for this run

name: miniRT CI
on: [push, pull_request]
jobs:
norminette_job:
runs-on: ubuntu-latest
name: norminette
steps:
- uses: actions/checkout@v2
- uses: alexandregv/norminette-action@v3
with:
flags: '.'
# linux-tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: build
# run: make
# - name: amethyst-test
# run: bash tests/amethyst-test.sh
# - name: blank-test
# run: make test
# macos-tests:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v4
# - name: build
# run: make
# - name: amethyst-test
# run: bash tests/amethyst-test.sh
# - name: blank-test
# run: make test
# - name: mpanic-test
# run: make clean mpanic
0