diff options
author | 2020-03-21 05:39:07 +0100 | |
---|---|---|
committer | 2020-03-21 05:41:22 +0100 | |
commit | b2242c571fe2e809e4f471bdac500e21dd6584e9 (patch) | |
tree | 470a6f7a2f79046ae0482b4f86827aa20d83fd9c /.github | |
parent | e9ac53bb9a64682c4c32f86cf2ec674e2a609e19 (diff) | |
download | iced-b2242c571fe2e809e4f471bdac500e21dd6584e9.tar.gz iced-b2242c571fe2e809e4f471bdac500e21dd6584e9.tar.bz2 iced-b2242c571fe2e809e4f471bdac500e21dd6584e9.zip |
Rename job in format workflow to `all`
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 55bc79d9..92caff79 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,7 +1,7 @@ name: Format on: [push, pull_request] jobs: - native: + all: runs-on: ubuntu-latest steps: - uses: hecrj/setup-rust-action@v1 |