🔨 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

View File

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