github: Format GitHub actions files
This commit is contained in:
parent
09eb822822
commit
e423e56273
2 changed files with 159 additions and 159 deletions
4
.github/workflows/test-dart-sass-v1.yml
vendored
4
.github/workflows/test-dart-sass-v1.yml
vendored
|
@ -32,12 +32,12 @@ jobs:
|
||||||
- name: Install Ruby
|
- name: Install Ruby
|
||||||
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b
|
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b
|
||||||
with:
|
with:
|
||||||
ruby-version: '2.7'
|
ruby-version: "2.7"
|
||||||
bundler-cache: true #
|
bundler-cache: true #
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
|
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: "3.x"
|
||||||
- name: Install Mage
|
- name: Install Mage
|
||||||
run: go install github.com/magefile/mage@v1.15.0
|
run: go install github.com/magefile/mage@v1.15.0
|
||||||
- name: Install asciidoctor
|
- name: Install asciidoctor
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -34,12 +34,12 @@ jobs:
|
||||||
- name: Install Ruby
|
- name: Install Ruby
|
||||||
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b
|
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b
|
||||||
with:
|
with:
|
||||||
ruby-version: '2.7'
|
ruby-version: "2.7"
|
||||||
bundler-cache: true #
|
bundler-cache: true #
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
|
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: "3.x"
|
||||||
- name: Install Mage
|
- name: Install Mage
|
||||||
run: go install github.com/magefile/mage@v1.15.0
|
run: go install github.com/magefile/mage@v1.15.0
|
||||||
- name: Install asciidoctor
|
- name: Install asciidoctor
|
||||||
|
|
Loading…
Add table
Reference in a new issue