Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Use Reusable GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tugark committed Sep 2, 2024
1 parent 4b94aaf commit 86fcab6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 46 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docker-dry-run.yml

This file was deleted.

16 changes: 12 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@ jobs:

docker:
name: Docker
uses: ./.github/workflows/docker-dry-run.yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gisktzh/github-actions/docker-dry-run@main
with:
image: gb3-search-api

sonarcloud:
name: SonarCloud
uses: ./.github/workflows/sonar-analysis.yml
needs: python
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gisktzh/github-actions/sonarcloud-analysis@main
with:
sonar_token: ${{ secrets.SONAR_TOKEN }}
26 changes: 0 additions & 26 deletions .github/workflows/sonar-analysis.yml

This file was deleted.

0 comments on commit 86fcab6

Please sign in to comment.