merge 7ff1f81e0ff1f9d0b1a09c9cd3df0ab27542b24c deployment #50
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 |