mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-20 17:28:54 +00:00
runs_on => runs-on
This commit is contained in:
parent
b69444b81a
commit
819f51536e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build_test.yml
vendored
4
.github/workflows/build_test.yml
vendored
|
@ -12,7 +12,7 @@ env:
|
|||
jobs:
|
||||
format_check:
|
||||
name: Format check
|
||||
runs_on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
run: cargo fmt -- --check
|
||||
check_and_test:
|
||||
name: Lint and Test
|
||||
runs_on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
|
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
name: Build and Deploy
|
||||
runs_on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue