Skip to content

Patch to fix toggle_freeze ix (#102) #265

Patch to fix toggle_freeze ix (#102)

Patch to fix toggle_freeze ix (#102) #265

Workflow file for this run

name: pull-request
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
run: cargo clippy -- --allow clippy::result_large_err --allow ambiguous_glob_reexports --allow clippy::too_many_arguments -Dwarnings
test-cargo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cargo test