Skip to content

test: make default server port to 6666 #65

test: make default server port to 6666

test: make default server port to 6666 #65

Workflow file for this run

---
name: CI checks
on:
push:
jobs:
cargo-audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
cargo-lint:
uses: ./.github/workflows/clippy.yml
with:
toolchain: stable-2024-10-17
build_tests:
uses: ./.github/workflows/build_all.yml
secrets: inherit
with:
toolchain: stable-2024-10-17
debug_or_release: debug