Skip to content

Added --no-size flag that hides the file size #7

Added --no-size flag that hides the file size

Added --no-size flag that hides the file size #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
compile:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
- run: zig build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
- run: zig fmt --check src/*.zig