6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 16:49:43 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Grzegorz Dlugoszewski
42df73c75e Set git user and email in tests helper instead of CI jobs. Simplify CI 2025-08-24 20:14:08 +02:00
Grzegorz Dlugoszewski
16e4814460 Re-enable linting in CI actions 2025-08-24 18:48:07 +02:00
Grzegorz Dlugoszewski
1ac43d75e0 Fix release github action and make it consistent with the CI workflow 2025-08-23 23:34:56 +02:00
Greg Dlugoszewski
93378bc8fe Merge pull request #24 from grdl/dependabot/github_actions/actions/checkout-5
ci(deps): bump actions/checkout from 4 to 5
2025-08-23 23:13:32 +02:00
Greg Dlugoszewski
c7b6413c17 Merge pull request #25 from grdl/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2025-08-23 23:10:10 +02:00
dependabot[bot]
43bead65f1 ci(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-23 21:10:04 +00:00
Grzegorz Dlugoszewski
38a76d6b04 Fix GitHub Actions to match the new single binary release 2025-08-23 23:05:01 +02:00
dependabot[bot]
7cac4aa497 ci(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 06:51:25 +00:00
Grzegorz Dlugoszewski
c16725ec05 Disable CI test on windows 2025-08-11 23:41:53 +02:00
Grzegorz Dlugoszewski
31fa76afb8 Fix failing windows tests
Fix incorrect filepath.join usage in building filepaths from URL
2025-08-11 23:34:05 +02:00
Grzegorz Dlugoszewski
0612421afc Add linting with golangci-lint to CI pipelines 2025-08-11 23:00:05 +02:00
Grzegorz Dlugoszewski
a4b92d5c9d Update GitHub actions workflows 2025-08-11 22:59:54 +02:00