Skip to content

Commit 67a9422

Browse files
committed
.
1 parent 77caf5a commit 67a9422

File tree

7 files changed

+27945
-498
lines changed

7 files changed

+27945
-498
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: super-linter/super-linter/slim@v7
4242
env:
4343
DEFAULT_BRANCH: main
44-
FILTER_REGEX_EXCLUDE: dist/**/*
44+
FILTER_REGEX_EXCLUDE: dist/**/*,src/supabase-pawtograder.yml
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
LINTER_RULES_PATH: ${{ github.workspace }}
4747
VALIDATE_ALL_CODEBASE: true

action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ branding:
1111
# Define your inputs here.
1212
inputs:
1313
deployment_app_uuid:
14-
description: The UUID of the Coolify GitHub app to use for generating deployments
14+
description:
15+
The UUID of the Coolify GitHub app to use for generating deployments
1516
required: false
1617
base_deployment_url:
17-
description: The base URL to deploy the web application to. This is used to generate the deployment URL.
18+
description:
19+
The base URL to deploy the web application to. This is used to generate
20+
the deployment URL.
1821
required: false
1922
default: 'dev.pawtograder.net'
2023
ephemeral:

0 commit comments

Comments
 (0)