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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-06-11Update lint.yml (#31012)XhmikosR
2020-06-11Revert "Change when CI runs"XhmikosR
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
2020-06-11Update ActionsXhmikosR
* skip BrowserStack if we are not on the main repo * remove the action filename from cache
2020-06-10Switch to Node.js 12.x.XhmikosR
2020-06-10Change when CI runsXhmikosR
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10Add dart-sass build testXhmikosR
Builds the CSS with dart-sass and lists the files in dist-sass/css folder
2020-06-10Split GitHub Actions.XhmikosR
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.
2020-05-28Update CI config (#30920)XhmikosR
* update to `actions/cache@v2` * stop invalidating the cache if test.yml changes
2020-05-11Update codeql.yml (#30777)XhmikosR
Remove moot fail-fast option
2020-05-04Update codeql.yml (#30719)XhmikosR
Remove `pull_request` event since it's not supported.
2020-04-29Update codeql.yml (#30679)XhmikosR
* run the action on PRs too * specify `javascript` language * remove comments * reindent
2020-04-29Move codeql.yml one dir up (#30677)XhmikosR
2020-04-29Add CodeQL Analysis workflow (#30676)Justin Hutchings
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-04-28CI: remove no longer needed steps (#30674)XhmikosR
The latest `actions/setup-node` prints this info by default
2020-04-14Merge branch 'master' into release-drafterMark Otto
2020-04-08Replace bundlesize with bundlewatch. (#30538)XhmikosR
2020-03-30Update release-notes.ymlMark Otto
2020-03-30Update release-notes.ymlMark Otto
2020-03-30Update release-notes.ymlMark Otto
2020-03-30Update release-notes.ymlMark Otto
2020-03-26Create release-notes.ymlMark Otto
2019-12-24Update test.yml (#29863)XhmikosR
Fix cache name
2019-12-13Actions: add npm cache (#29765)XhmikosR
2019-12-13CI: update to `actions/checkout@v2` (#29847)XhmikosR
2019-11-18Switch to the Coveralls Action (#29478)XhmikosR
This is the official way of using Coveralls with Actions. Also this brings back Coveralls for PRs.
2019-10-09Drop support for Node.js 8. (#29496)XhmikosR
By the time v5 stable will be out, 8 will be EOL (December 2019).
2019-10-08CI: move `CI` env variable to the root of the workflow. (#29499)XhmikosR
This way we match the Travis CI behavior, and it's inherited by all steps.
2019-10-02coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)XhmikosR
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
2019-10-02workflows/test.yml: specify `CI=true` (#29440)XhmikosR
2019-09-24GH Actions updates. (#29429)XhmikosR
2019-09-16workflows/test.yml: switch to `setup-node@v1`. (#29410)XhmikosR
2019-08-24Actions CI tweaks (#29276)XhmikosR
* Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false`
2019-08-12CI: run bundlesize only for pushes.XhmikosR
2019-08-12Reindent workflows/test.yml.XhmikosR
2019-08-08Limit coveralls to our repo.XhmikosR
2019-08-08Run bundlesize separately.XhmikosR
2019-08-08Prep for migration to GitHub Actions CI/CDMark Otto