63 Commits

Author SHA1 Message Date
Ayman Bagabas
323a3936e4 fix(ci): use local golangci-lint config 2026-02-23 23:15:38 +03:00
dependabot[bot]
f9233d5119 chore(deps): bump actions/checkout from 5 to 6 in the all group (#1550)
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 5 to 6
- [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/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 11:05:05 +00:00
Charm
7649234369 ci: sync dependabot config (#1505) 2025-10-28 09:38:18 -04:00
dependabot[bot]
554a94758d chore(deps): bump stefanzweifel/git-auto-commit-action in the all group (#1513)
Bumps the all group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action).


Updates `stefanzweifel/git-auto-commit-action` from 6 to 7
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 09:30:18 +00:00
dependabot[bot]
3da2d28219 chore(deps): bump actions/setup-go from 5 to 6 in the all group (#1491)
Bumps the all group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 09:18:39 +00:00
Charm
a81d6f3875 ci: sync dependabot config (#1480) 2025-08-26 13:01:43 -03:00
dependabot[bot]
b7042c77da chore(deps): bump actions/checkout from 4 to 5 (#1475)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 13:08:06 +00:00
dependabot[bot]
cb320f1329 chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#1439)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 09:47:11 +00:00
Charm
0b18d1f86f ci: sync dependabot config (#1403) 2025-04-28 09:09:10 -03:00
Ayman Bagabas
e817654e03 feat(ci): move from goveralls to codecov (#1332)
This commit moves the coverage reporting from goveralls to codecov and
fixes broken coverage CI.
2025-02-13 12:15:07 -05:00
Charm
4a30f3fd2a ci: sync dependabot config (#1329) 2025-02-13 11:32:36 -03:00
Charm
00e3ef47ac ci: sync dependabot config (#1328) 2025-02-13 10:59:08 -03:00
Ayman Bagabas
3209d62ae7 feat(ci): use meta lint-sync workflow to sync linter config
This adds a new workflow that runs manually or every week to sync the
linter configuration from the meta repo. It will simply open a PR with
the changes, which can be reviewed and merged as needed.
2024-10-24 12:35:12 -04:00
bashbunni
1c01f2b1fc chore(lint): remove lint-soft; use meta 2024-10-23 11:11:35 -04:00
Ayman Bagabas
12b04c5d60 feat(ci): use meta lint workflow
This replaces the existing lint workflow and config with the one from
the meta repository.
2024-10-22 22:09:57 -04:00
Ayman Bagabas
566879aa33 fix(ci): run lint workflow on all platforms 2024-10-20 21:51:35 -07:00
Ayman Bagabas
a5437aced6 feat(ci): use meta build workflow (#1123)
Use charmbracelet/meta build workflow to build and test bubbletea and
its examples.
2024-08-29 15:00:51 -04:00
Ayman Bagabas
105d88a728 fix(ci): skip CI for examples/tutorials running go1.18 2024-08-28 10:58:25 -04:00
Ayman Bagabas
42a7dd8f89 feat(ci): use goreleaser for releases (#1023)
* feat(ci): use goreleaser for releases

This will publish and announce releases on tag push.

* Update .goreleaser.yml
2024-06-20 21:00:26 -04:00
Christian Rocha
ab280576a5 chore: update codeowners (correctly this time) 2024-06-11 12:16:31 -04:00
Christian Rocha
3c6fe8ac51 chore: update codeowners 2024-06-11 12:09:21 -04:00
dependabot[bot]
4f070e4d6f chore(deps): bump golangci/golangci-lint-action from 5 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 16:08:26 -04:00
dependabot[bot]
21881ab109 chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#990)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 14:51:26 -04:00
Ayman Bagabas
511a1ae422 fix(ci): go mod tidy before build 2024-04-22 10:49:14 -04:00
dependabot[bot]
8df2989678 chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#922)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 16:00:24 -05:00
Maas Lalani
4ed88879a2 Create CODEOWNERS 2024-02-28 20:57:20 -05:00
Ayman Bagabas
6b98c9ced3 fix(ci): update coverage workflow 2024-02-13 10:29:13 -05:00
Carlos Alexandro Becker
da49e8f86a feat: update bubbles, use go 1.18 (#916) 2024-02-05 14:54:10 +01:00
Maas Lalani
2d81a48614 chore(deps): change dependabot commit message to chore (from feat) (#899) 2024-01-11 10:35:58 -05:00
dependabot[bot]
e671b840f2 chore(deps): bump actions/setup-go from 4 to 5 (#881)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 08:59:23 -03:00
dependabot[bot]
a6f07b8ba6 chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#834)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 14:02:25 -03:00
dependabot[bot]
d55cfec13e chore(deps): bump actions/checkout from 3 to 4 (#820) 2023-09-06 17:24:42 +00:00
Carlos Alexandro Becker
b639c9bab2 Revert "build: group dependabot updates (#773)"
This reverts commit ea7ceb7f38.
2023-07-07 19:17:24 +00:00
Carlos Alexandro Becker
ea7ceb7f38 build: group dependabot updates (#773) 2023-07-06 13:42:53 -03:00
Carlos Alexandro Becker
b2d2ac6504 chore: update example tests, test on ci (#735)
* chore: update example tests, test on ci

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: mark *.golden as binary

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-09 09:17:15 -03:00
Ayman Bagabas
d1a16bd883 fix(ci): remove soft-serve workflow 2023-05-12 14:15:17 -04:00
bashbunni
8514d90b9e docs: remove british spelling (#719) 2023-04-11 12:48:34 -07:00
bashbunni
5b809a3da8 docs: update issue templates (#712)
* docs: update issue templates

* add source code instructions
2023-04-06 10:34:23 -07:00
dependabot[bot]
9c161cb98b chore(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 11:09:15 +01:00
Christian Rocha
de6740db2e chore(meta): tiny copy edit to Discord item in issues 2023-03-08 09:27:11 -05:00
Carlos A Becker
02b6aa2e1a docs: point to discord link 2023-03-08 10:19:08 -03:00
Carlos Alexandro Becker
ec2c3dd5f2 docs: issue template (#389) 2023-03-08 09:51:43 -03:00
Carlos Alexandro Becker
32e3027ec1 feat(ci): auto go mod tidy examples (#561)
* feat(ci): auto go mod tidy examples

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

* fix: tutorials as well

* fix: checkout

---------

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-02-23 13:51:15 -03:00
dependabot[bot]
388c67d573 feat(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#674) 2023-02-23 16:29:25 +00:00
Christian Muehlhaeuser
79c76c680b chore: disable dependabot timer 2022-11-18 02:17:42 +01:00
Christian Muehlhaeuser
f27dfb52af fix: add tutorials dir to dependabot config 2022-06-08 14:37:53 +02:00
Christian Muehlhaeuser
4c9117df96 ci: run tests on all platforms 2022-06-04 15:20:28 +02:00
dependabot[bot]
ecba57e455 chore(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 12:02:29 +02:00
dependabot[bot]
00e1e06468 chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 10:22:44 +01:00
Christian Muehlhaeuser
b12cdc3c28 ci: update golangci-lint-action to v3 2022-02-25 08:07:50 +01:00