github: Format GitHub actions files

This commit is contained in:
Bjørn Erik Pedersen 2024-04-14 13:10:43 +02:00
parent 09eb822822
commit e423e56273
2 changed files with 159 additions and 159 deletions

View file

@ -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

View file

@ -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