merge 4eabed45f6426a78aa288a9206381a8480ac0b39 deployment #45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: DCLint | |
| on: | |
| push: | |
| branches: [ master, production ] | |
| pull_request: | |
| branches: [ master ] | |
| types: [ synchronize ] | |
| jobs: | |
| dclint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: docker-compose-linter/dclint-github-action/docker-action@v1.6.0 |