Skip to content

Exclude a script file from the published package #106

Exclude a script file from the published package

Exclude a script file from the published package #106

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: linux
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --verbose
- run: cargo test --verbose