Compare commits

...

3 Commits

Author SHA1 Message Date
ad0bfc6979 renamed broker2anexoj-cli to any2anexoj-cli
All checks were successful
Generate check / check-generate (push) Has been skipped
Generate check / check-generate (pull_request) Has been skipped
Tests / tests (pull_request) Successful in 6s
2025-11-14 15:29:19 +00:00
7dbbfc3702 Merge pull request 'always run the job but skip when irrelevant' (#10) from check-gen-condition into main
All checks were successful
Generate check / check-generate (push) Has been skipped
Reviewed-on: #10
2025-11-14 15:28:10 +00:00
5dc9601e28 always run the job but skip when irrelevant
All checks were successful
Generate check / check-generate (push) Has been skipped
Generate check / check-generate (pull_request) Has been skipped
Tests / tests (pull_request) Successful in 6s
2025-11-14 15:27:26 +00:00
3 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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)