🔨 Standardize shebang across shell scripts (#11942)

This commit is contained in:
gitworkflows 2024-08-17 09:59:06 +06:00 committed by GitHub
parent 263e46e540
commit 4a7f6e0ae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/usr/bin/env bash
set -x
ruff check fastapi tests docs_src scripts --fix