diff options
| author | XhmikosR <[email protected]> | 2019-09-24 12:53:50 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-09-26 18:37:07 +0300 |
| commit | cdfba0be4a31ec82b3dd0ce1b464dfc3e1e43e2f (patch) | |
| tree | fe4ee5ceac3db8b67b0f5464cf259cabd615c9b7 | |
| parent | 61cc86d68d4b0d850b09ff9b3d890c0e9f3a517b (diff) | |
| download | bootstrap-cdfba0be4a31ec82b3dd0ce1b464dfc3e1e43e2f.tar.xz bootstrap-cdfba0be4a31ec82b3dd0ce1b464dfc3e1e43e2f.zip | |
GH Actions updates. (#29429)
| -rw-r--r-- | .github/workflows/test.yml | 4 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb9ed4aa5..9290be651 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Run tests +name: Tests on: [push, pull_request] jobs: @@ -13,7 +13,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@master + uses: actions/checkout@v1 with: fetch-depth: 3 @@ -54,7 +54,7 @@ Read the [Getting started page](https://getbootstrap.com/docs/4.3/getting-starte ## Status [](https://bootstrap-slack.herokuapp.com/) - + [](https://www.npmjs.com/package/bootstrap) [](https://rubygems.org/gems/bootstrap) [](https://atmospherejs.com/twbs/bootstrap) |
