Skip to content

rename to write_response_headers #500

rename to write_response_headers

rename to write_response_headers #500

Workflow file for this run

on:
push:
branches:
- '*'
- '!release'
name: format
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}