Cotes Chung
4ef3cd8efc
ci: improve workflow triggers ( #2017 )
...
- Unchain commit-lint and CI
- Even if a commit does not meet the CI path filter, it still needs to lint the commit message.
- Unchain PR filter and CI
- The CI workflow needs to be triggered when the commits in a pull request are modified.
- Allow manual publishing
- Sometimes `semantic-release` will error out due to commit messages referencing discussions, but this does not affect the final RubyGems/GitHub Release. In such cases, manual triggering of the publish process is needed to complete the remaining publishing steps.
2024-10-29 22:56:32 +08:00
Cotes Chung
b641b36480
ci: set node version to LTS
...
There are some problems with the latest version.
See: https://github.com/cotes2020/jekyll-theme-chirpy/actions/runs/9977150040
2024-07-18 01:20:17 +08:00
Cotes Chung
5cdde7dbc5
ci: enable ci/style-lint for the hotfix
branches
2024-05-17 20:11:08 +08:00
Cotes Chung
e09831ba3e
ci: specify the node version ( #1694 )
2024-04-21 01:17:35 +08:00
Cotes Chung
c85e9e2394
ci: avoid trigger redundant workflows ( #1682 )
...
CodeQL and Sytle Lint
2024-04-17 06:00:36 +08:00
dependabot[bot]
f6d96ab2b8
build(deps): upgrade actions/checkout
to v4 ( #1340 )
...
Bumps the gh-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node ).
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: gh-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 03:43:40 +08:00
Cotes Chung
25a27056e0
build(deps): bump actions/checkout
from 3 to 4 ( #1216 )
2023-09-09 20:58:40 +08:00
Cotes Chung
3c7934abf0
style: improve code style of SCSS & YAML
2023-03-16 03:36:52 +08:00
Cotes Chung
72700be7dd
chore(ci): fix workflow trigger conditions
2022-12-27 23:58:17 +08:00
Cotes Chung
8f2b42b1b3
test(ci): correct the patterns to match the SCSS files
2022-12-25 00:00:54 +08:00
Cotes Chung
9de95bf089
build: reduce unnecessary builds
2022-12-05 00:41:13 +08:00
Cotes Chung
1c330f403c
chore(gh-actions): add style-lint on CI
2022-10-22 03:26:22 +08:00