Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-12Add CodeQL ActionHEADmainXhmikosR
2022-11-01package.json: add a clone-repo script (#177)XhmikosR
2022-05-24CI: add Node.js 18 and limit push trigger to main (#154)XhmikosR
2022-03-02Bump actions/setup-node from 2 to 3 (#144)dependabot[bot]
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-02Bump actions/checkout from 2 to 3 (#143)dependabot[bot]
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>
2022-01-24Update CI configXhmikosR
2021-11-30Upgrade to Stylelint 14 (#131)Fredrik Blomqvist
* Update dependencies * Switch to stylelint-config-standard-scss * Remove rules that are now same in stylelint-config-standard-scss * Remove node 10 from CI * Disable remaining SCSS rules with errors * Remove redundant options Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
2021-07-20Test our v4-dev branch tooXhmikosR
2021-07-18CI: cache npm packagesXhmikosR
2021-04-27CI: add Node.js 16 (#111)XhmikosR
2021-01-20Update test.ymlXhmikosR
2020-12-28CI: update to actions/setup-node@v2XhmikosR
2020-12-23CI: specify `FORCE_COLOR: 2`XhmikosR
2020-04-29CI: add Node.js 14XhmikosR
2020-04-28CI: remove no longer needed stepsXhmikosR
The latest `actions/setup-node` prints this info by default
2020-01-13CI: use `actions/checkout` to clone the upstream repo (#43)XhmikosR
2020-01-13Update stylelint to v13.0.0 (#42)XhmikosR
Also drop Node.js 8.x support since stylelint v13.0.0 requires >= 10.
2019-12-13CI: update to `actions/checkout@v2`XhmikosR
2019-10-13Add basic ESLint support. (#18)XhmikosR
2019-10-13GitHub Actions updatesXhmikosR
* add `CI: true` * link to the workflow in README.md
2019-09-24Add test with Bootstrap core. (#15)XhmikosR