Skip to content

chore: Release enw version 0.6.0 #23

chore: Release enw version 0.6.0

chore: Release enw version 0.6.0 #23

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: rust-build/[email protected]
with:
RUSTTARGET: x86_64-unknown-linux-musl
args: cargo fmt -- --check && ./clippy.sh && cargo test --locked