No longer build v1, remove some old code.

This commit is contained in:
James Cole
2026-08-10 06:00:43 +02:00
parent 69fe2f4417
commit fd8791d08d
+1 -12
View File
@@ -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