Skip to content

Release windsock 0.2.0 #35

Release windsock 0.2.0

Release windsock 0.2.0 #35

Workflow file for this run

name: License Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Cancel already running jobs
concurrency:
group: license_check_${{ github.head_ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
jobs:
license_check:
runs-on: ubuntu-latest
name: License Check
steps:
- uses: actions/checkout@v4
- name: Install cargo deny
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- run: cargo deny check licenses