Skip to main content
Module

x/denoflate/.github/workflows/release.yml

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Very Popular
Go to Latest
File
on: push: tags: - '*'
name: release
jobs: check: name: check runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - run: "npm diff --diff=@hazae41/foras@${{github.ref_name}} --diff=." - run: "[[ -z $(npm diff --diff=@hazae41/foras@${{github.ref_name}} --diff=.) ]]"