mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-17 16:35:20 -05:00
No longer build v1, remove some old code.
This commit is contained in:
@@ -82,12 +82,8 @@ jobs:
|
||||
php-version: ${{ github.event.inputs.phpversion || '8.5' }}
|
||||
extensions: mbstring, intl, zip, bcmath
|
||||
- name: Lint PHP
|
||||
if: ${{ inputs.quick != true }}
|
||||
if: ${{ inputs.ccc != true }}
|
||||
run: |
|
||||
if [[ "$quick" == true ]]; then
|
||||
echo "Will NOT run PHP lint"
|
||||
fi
|
||||
if [[ "$quick" == false ]]; then
|
||||
echo "Will run PHP lint!"
|
||||
php_lint_file()
|
||||
{
|
||||
@@ -108,9 +104,6 @@ jobs:
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
env:
|
||||
quick: ${{ inputs.quick || false }}
|
||||
- name: Code cleanup
|
||||
id: code-cleanup
|
||||
if: ${{ inputs.quick != true }}
|
||||
@@ -147,7 +140,6 @@ jobs:
|
||||
rm .env
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
quick: ${{ inputs.quick || false }}
|
||||
- name: Lint Blade templates
|
||||
if: ${{ inputs.quick != true }}
|
||||
run: |
|
||||
@@ -155,8 +147,6 @@ jobs:
|
||||
cp .env.example .env
|
||||
php artisan blade:lint
|
||||
rm .env
|
||||
env:
|
||||
quick: ${{ inputs.quick || false }}
|
||||
- name: Crowdin action
|
||||
if: ${{ inputs.quick != true }}
|
||||
uses: crowdin/github-action@v2
|
||||
@@ -181,7 +171,6 @@ jobs:
|
||||
- name: Build JS
|
||||
run: |
|
||||
npm install
|
||||
npm run prod --workspace=v1 --verbose
|
||||
npm run build --workspace=v3 --verbose
|
||||
npm update
|
||||
- name: Cleanup changelog
|
||||
|
||||
Reference in New Issue
Block a user