Skip to content

chore(deps): update nginx docker tag to v1.27.4 #763

chore(deps): update nginx docker tag to v1.27.4

chore(deps): update nginx docker tag to v1.27.4 #763

Workflow file for this run

name: Cargo Check
on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: ["*"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run fmt
run: cargo fmt -- --check
- name: Run clippy
run: cargo clippy -- --deny=warnings
- name: Run check
run: cargo check