diff --git a/.github/workflows/data-cicd.yml b/.github/workflows/data-cicd.yml index ec3179084..98ab934bb 100644 --- a/.github/workflows/data-cicd.yml +++ b/.github/workflows/data-cicd.yml @@ -2,10 +2,10 @@ name: Data CI/CD on: pull_request: - branches: [main] - types: [opened, reopened, synchronize] + branches: [ main ] + types: [ opened, reopened, synchronize ] push: - branches: [main] + branches: [ main ] workflow_dispatch: jobs: @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: [ "3.10", "3.11", "3.12" ] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index d4870153b..520750ad8 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -2,10 +2,10 @@ name: Linting on: pull_request: - branches: [main] - types: [opened, reopened, synchronize] + branches: [ main ] + types: [ opened, reopened, synchronize ] push: - branches: [main] + branches: [ main ] workflow_dispatch: jobs: diff --git a/.github/workflows/server-cicd.yml b/.github/workflows/server-cicd.yml index d21a8176e..0f237dc1b 100644 --- a/.github/workflows/server-cicd.yml +++ b/.github/workflows/server-cicd.yml @@ -2,10 +2,10 @@ name: Server CI/CD on: pull_request: - branches: [main] - types: [opened, reopened, synchronize] + branches: [ main ] + types: [ opened, reopened, synchronize ] push: - branches: [main] + branches: [ main ] workflow_dispatch: jobs: diff --git a/.github/workflows/webclient-cicd.yml b/.github/workflows/webclient-cicd.yml index 2f2061009..a8b8ca994 100644 --- a/.github/workflows/webclient-cicd.yml +++ b/.github/workflows/webclient-cicd.yml @@ -2,10 +2,10 @@ name: Webclient CI/CD on: pull_request: - branches: [main] - types: [opened, reopened, synchronize] + branches: [ main ] + types: [ opened, reopened, synchronize ] push: - branches: [main] + branches: [ main ] workflow_dispatch: jobs: diff --git a/server/Cargo.toml b/server/Cargo.toml index 789418a4c..e62e35ab5 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -4,4 +4,4 @@ resolver = "2" [profile.release] strip = true -lto = "thin" \ No newline at end of file +lto = "thin"