Skip to content

support of port forwarding #83

support of port forwarding

support of port forwarding #83

Workflow file for this run

name: Clippy
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dependencies
run: sudo apt install gcc-multilib libc-dev clang mingw-w64 clang
- name: Rustup update
run: rustup update
- name: Setup
run: make setup
- name: Run clippy
run: make clippy