Compare commits
3 Commits
8ee834536c
...
ad0bfc6979
| Author | SHA1 | Date | |
|---|---|---|---|
| ad0bfc6979 | |||
| 7dbbfc3702 | |||
| 5dc9601e28 |
@@ -2,15 +2,13 @@ name: Generate check
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**/*_gen.go'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/*_gen.go'
|
||||
|
||||
jobs:
|
||||
check-generate:
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(github.event.pull_request.changed_files, '*_gen.go') ||
|
||||
contains(github.event.pull_request.changed_files, '*/generate.go')
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# broker2anexoj
|
||||
# any2anexoj
|
||||
|
||||
This tool converts the statements from brokers and exchanges into a format compatible with the Portuguese IRS form: [Mod_3_anexo_j](https://info.portaldasfinancas.gov.pt/pt/apoio_contribuinte/modelos_formularios/irs/Documents/Mod_3_anexo_J.pdf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user