summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory <gregory.mkv@gmail.com>2020-07-03 11:40:54 -0400
committerGregory <gregory.mkv@gmail.com>2020-07-03 11:40:54 -0400
commit8268d403c52612483f8aaa514ca32b0ee1497171 (patch)
tree0cdb2681bbb5a732a16d0f85328381102b19a208
parent866f188a32b17b7049ff2385deb2c00873dc823c (diff)
reformat yaml
-rw-r--r--.github/workflows/publish.yml32
-rw-r--r--.github/workflows/test.yml24
2 files changed, 28 insertions, 28 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 2a842ab..b23a6b8 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -25,22 +25,22 @@ jobs:
target: x86_64-apple-darwin
steps:
- - name: Checkout repository
- uses: actions/checkout@v2
- with:
- fetch-depth: 1
-
- - name: Set the version
- id: version
- run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
-
- - name: Install Rust
- uses: actions-rs/toolchain@v1
- with:
- toolchain: stable
- profile: minimal
- override: true
- target: ${{ matrix.target }}
+ - name: Checkout repository
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 1
+
+ - name: Set the version
+ id: version
+ run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
+
+ - name: Install Rust
+ uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
+ profile: minimal
+ override: true
+ target: ${{ matrix.target }}
- name: Build
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 04b57ef..0cb08a4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,18 +22,18 @@ jobs:
target: x86_64-apple-darwin
steps:
- - name: Checkout repository
- uses: actions/checkout@v2
- with:
- fetch-depth: 1
-
- - name: Install Rust
- uses: actions-rs/toolchain@v1
- with:
- toolchain: stable
- profile: minimal
- override: true
- target: ${{ matrix.target }}
+ - name: Checkout repository
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 1
+
+ - name: Install Rust
+ uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
+ profile: minimal
+ override: true
+ target: ${{ matrix.target }}
- name: Test