Skip to content

Commit

Permalink
ci: Adiciona volume ao container de lint usado no workflow integration
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofpp committed Aug 14, 2024
1 parent 53875f1 commit d2616e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: alvarofpp/linter:latest
volumes:
- ./:/app
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d2616e5

Please sign in to comment.