Commit graph

16 commits

Author SHA1 Message Date
dd127e8217
Update build.yml
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2024-01-04 03:57:52 +03:00
86962c0716
chore: Update actions' versions
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2024-01-03 21:41:06 +03:00
dependabot[bot]
35b260e22e
build(deps): bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 07:15:52 +00:00
dependabot[bot]
dfa091b5b1
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 07:33:43 +00:00
dependabot[bot]
6427c70e0e
build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 08:00:45 +00:00
9ce43bbf6f
meta: Follow-up previous commit
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2023-05-04 21:46:19 +03:00
103cd6b655
meta: Skip build if only markdown file is changed
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2023-05-04 21:42:42 +03:00
tfuxu
e412a2c537
GNOME Shell theming support (#679)
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: daudix-UFO <ddaudix@gmail.com>
2023-05-04 13:24:18 +00:00
tfuxu
72f1751067
meta: revert flatpak/flatpak-github-actions to v5
Yea, they didn't fix this, I should probably report it to them.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-05-02 17:32:25 +00:00
tfuxu
ed107a66a5
meta: update flatpak/flatpak-github-actions to v6
Maybe this time it will work

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-05-02 15:02:55 +00:00
9c3de72391
revert: Runtime version change
d7c40f4235

4b54a1186f
2023-05-02 15:31:32 +03:00
4b54a1186f
fix: Change repo to flathub
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2023-05-02 15:06:22 +03:00
tfuxu
6579c69d06
meta: return to v5 of flatpak-builder workflow
For now return to the version 5 of `flatpak-builder` workflow, until aarch64 job long execution time will be resolved.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-04-06 18:38:57 +00:00
K.B.Dharun Krishna
73f1784642
build.yml: bump flatpak builder version
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-02 16:28:10 +05:30
0dbd5c809c
misc: CI improvements (#700)
# Description

Made several improvements to workflow files and added a new Typos
workflow.

_We probably should squash this on merge_

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [ ] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [x] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Beautified some workflow files
- Updated text in Greetings action
- Changed `pypi_deps.yml` file name to `pypi-dependencies.yml`
- Added new typo checking workflow

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Required, your PR won't be accepted if you don't do this step. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
No information provided.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-01-18 03:04:00 +03:00
5621934d8b
fix: rename ci to build
since it's only doing build

Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-01-03 23:55:02 +01:00
Renamed from .github/workflows/ci.yml (Browse further)