diff options
| author | XhmikosR <[email protected]> | 2019-09-24 12:53:50 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-24 12:53:50 +0300 |
| commit | 90c5de151be15815469a07b2c7aa4ab0c01f2a86 (patch) | |
| tree | 8d22b34343c098cc54fe1de15ef5ce538a4242df | |
| parent | 129bb08fc4d2c850ae71250371adf82a4441dc70 (diff) | |
| download | bootstrap-90c5de151be15815469a07b2c7aa4ab0c01f2a86.tar.xz bootstrap-90c5de151be15815469a07b2c7aa4ab0c01f2a86.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 55eac1eb7..263c1d523 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 @@ -53,7 +53,7 @@ Read the [Getting started page](https://getbootstrap.com/docs/4.3/getting-starte ## Status - + [](https://www.npmjs.com/package/bootstrap) [](https://rubygems.org/gems/bootstrap) [](https://atmospherejs.com/twbs/bootstrap) |
