Skip to main content
Module

x/denoflate/.github/workflows/commit.yml

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
Very Popular
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' - uses: actions/upload-artifact@v3 with: name: pkg path: ./wasm/pkg/ - run: '[[ -z $(git status --porcelain) ]]'