mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
CI Issues
This commit is contained in:
parent
cf9177aea1
commit
11a7a91033
2
.env.ci
2
.env.ci
@ -9,7 +9,7 @@ LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=emergency
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=mysql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=testing
|
||||
DB_USERNAME=root
|
||||
|
6
.github/workflows/general.yaml
vendored
6
.github/workflows/general.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Combined GitHub Workflow
|
||||
name: General Workflow
|
||||
|
||||
on: [ push, pull_request ]
|
||||
|
||||
@ -52,6 +52,8 @@ jobs:
|
||||
|
||||
pint-fixer:
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -91,7 +93,7 @@ jobs:
|
||||
run: pint
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Pint PHP Style Fixes
|
||||
commit_message: Pint PHP Style Fixes [no ci]
|
||||
commit_user_name: Pint Bot
|
||||
skip_fetch: true
|
||||
file_pattern: '*.php'
|
||||
|
Loading…
x
Reference in New Issue
Block a user