Skip to content

Commit

Permalink
Merge pull request #68 from alvarofpp/fix-lint-workflow
Browse files Browse the repository at this point in the history
Conserta o workflow `lint`
  • Loading branch information
alvarofpp authored Aug 14, 2024
2 parents 53875f1 + 9c92361 commit a21e48e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
> :warning: Estamos planejando a versão `2.0.0` do pacote. **Para saber as mudanças que estão por vir, leia a [issue #67](https://github.com/alvarofpp/validate-docbr/issues/67)**. Você também pode sugerir atualizações para o pacote na mesma issue, participe! :warning:
# validate-docbr

<a href="https://pypi.org/project/validate-docbr/">
<img src="https://img.shields.io/pypi/v/validate-docbr.svg" alt="latest release" />
</a>

> :warning: Estamos planejando a versão `2.0.0` do pacote. **Para saber as mudanças que estão por
> vir, leia a [issue #67](https://github.com/alvarofpp/validate-docbr/issues/67)**.
> Você também pode sugerir atualizações para o pacote na mesma issue, participe! :warning:
Pacote Python para validação de documentos brasileiros.

Para instalar o pacote:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
version: '3.8'

services:
app:
build:
Expand Down

0 comments on commit a21e48e

Please sign in to comment.