Julien Déramond
|
5e3dc587af
|
node-sass workflow: improve error message when Sass vars are found (#38448)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2023-04-13 09:47:56 +03:00 |
|
Julien Déramond
|
92f9dda263
|
Add a check for interpolation variables to node-sass workflow (#38283)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2023-03-27 17:34:14 +02:00 |
|
XhmikosR
|
c2671ecc2d
|
CI: limit the on push triggers (#38291)
|
2023-03-22 09:03:51 +02:00 |
|
XhmikosR
|
71e2acef44
|
Revert "CI: limit the on push triggers (#35574)" (#37657)
This reverts commit f0ae5cceac .
|
2022-12-16 09:32:50 +02:00 |
|
XhmikosR
|
f0ae5cceac
|
CI: limit the on push triggers (#35574)
Since now we have workflow_dispatch, we can trigger a workflow manually in case we don't have an open PR.
Also, remove the custom `ci skip` code; it's supported natively for some time now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
|
2022-12-16 09:22:18 +02:00 |
|
Varun Sharma
|
471edac3d3
|
CI: Add GitHub token permissions for workflows (#36325)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2022-12-16 09:20:12 +02:00 |
|
XhmikosR
|
1a33235adc
|
CI: switch to Node.js 18 LTS (#37461)
|
2022-11-13 16:19:29 +02:00 |
|
XhmikosR
|
11f5d28db6
|
CI: remove git credentials after checkout (#37459)
|
2022-11-09 09:21:55 +02:00 |
|
dependabot[bot]
|
c766904aa2
|
Bump actions/checkout from 2 to 3 (#35933)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2022-03-02 16:51:46 +02:00 |
|
dependabot[bot]
|
5051bbb82d
|
Bump actions/setup-node from 2 to 3 (#35925)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
|
2022-03-01 15:19:34 +02:00 |
|
XhmikosR
|
6eef480e1e
|
CI: add workflow_dispatch (#35454)
|
2021-12-02 23:02:11 +02:00 |
|
XhmikosR
|
45bba10714
|
Switch to Node.js 16 and npm 8. (#35178)
|
2021-10-13 15:26:48 +03:00 |
|
XhmikosR
|
8c1444f00a
|
CI: change Node.js to 14 (#32796)
This is so that it's consistent with the JS workflow thus the cache should match.
|
2021-01-14 12:51:14 +02:00 |
|
XhmikosR
|
0bcaa068f2
|
GitHub Actions cleanup (#32755)
* lowercase `runner.os`
* remove `CI` environment variable since it's already set by the runner
|
2021-01-11 13:05:05 +02:00 |
|
XhmikosR
|
97a3ef357d
|
CI: update to actions/setup-node@v2 (#32635)
|
2021-01-05 21:56:31 +02:00 |
|
XhmikosR
|
fdc40f5053
|
CI: specify FORCE_COLOR:2 (#32222)
This should show any colors in the output
|
2020-11-23 21:32:25 +02:00 |
|
XhmikosR
|
a6156ede32
|
CI: switch to Node.js 14. (#32003)
|
2020-10-29 19:38:31 +02:00 |
|
XhmikosR
|
e993ca76e0
|
CI: Skip dependabot PR branches. (#32006)
Also, reword Node.js setup step
|
2020-10-29 19:26:15 +02:00 |
|
XhmikosR
|
c31aef49d9
|
Switch to dart-sass
node-sass is now deprecated
|
2020-10-29 15:34:41 +02:00 |
|