Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit ca5a735

Browse files
committed
Format YAML
1 parent 7b63c7c commit ca5a735

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

.github/workflows/autofix.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@ name: Autofix
22

33
on:
44
schedule:
5-
- cron: '0 12 * * *'
5+
- cron: "0 12 * * *"
66

77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010
if: github.repository == 'rust-lang/glacier'
1111

1212
steps:
13-
- uses: actions/checkout@v1
14-
- name: Configure Git
15-
run: |
16-
git config --global user.name "rustbot"
17-
git config --global user.email "rustbot@users.noreply.github.com"
18-
- run: cargo run -p autofix
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
- uses: actions/checkout@v1
14+
15+
- name: Configure Git
16+
run: |
17+
git config --global user.name "rustbot"
18+
git config --global user.email "rustbot@users.noreply.github.com"
19+
20+
- run: cargo run -p autofix
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/labeler.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
if: github.repository == 'rust-lang/glacier'
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v1
1515

16-
- name: Cargo run labeler
17-
run: cargo run -p labeler
18-
env:
19-
LABEL_TOKEN: ${{ secrets.LABEL_TOKEN }}
16+
- name: Cargo run labeler
17+
run: cargo run -p labeler
18+
env:
19+
LABEL_TOKEN: ${{ secrets.LABEL_TOKEN }}

0 commit comments

Comments
 (0)