diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 49a6fdce..ac2de355 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -23,15 +23,16 @@ jobs: state: open hours_old: 0 - - name: List PRs - run: | - echo "PR count: ${{ steps.list-prs.outputs.count }}" - echo "PR List: ${{ steps.list-prs.outputs.pull_requests_json }}" - - name: Create PR if: steps.list-prs.outputs.pr-count == 0 uses: arifer612/Gitea-PR-action@v1.2.0 with: url: ${{ gitea.server_url }} token: ${{ secrets.BOT_GITEA_TOKEN }} - assignee: ${{ gitea.actor }} \ No newline at end of file + assignee: ${{ gitea.actor }} + + - name: Linting + uses: super-linter/super-linter@v7.2.1 + env: + GITHUB_CUSTOM_SERVER_URL: ${{ gitea.server_url }} + GITHUB_CUSTOM_API_URL: ${{ gitea.server_url }}/api/v1