Skip to main content
Module

x/foras/.github/workflows/commit.yml

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Go to Latest
File
on: [push]
name: commit
jobs: check: name: check runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - run: "docker compose up --build" - run: "git status --porcelain" - run: "[[ -z $(git status --porcelain) ]]"