Removing SuperLinter for Docker Compose Lint action.
This commit is contained in:
@@ -34,8 +34,11 @@ jobs:
|
|||||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
assignee: ${{ gitea.actor }}
|
assignee: ${{ gitea.actor }}
|
||||||
|
|
||||||
- name: Linting
|
- name: Generate ephemeral .env compose-file
|
||||||
uses: super-linter/super-linter@v7.2.1
|
run: |
|
||||||
env:
|
echo ${{ secrets.RINOA_ENV }} > .env
|
||||||
GITHUB_CUSTOM_SERVER_URL: ${{ gitea.server_url }}
|
|
||||||
GITHUB_CUSTOM_API_URL: ${{ gitea.server_url }}/api/v1
|
- name: Docker Compose Lint
|
||||||
|
uses: sjafferali/docker-compose-lint-action@v0.1.2
|
||||||
|
with:
|
||||||
|
compose-file: './docker-compose.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user