mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Merge branch 'post-01' into post-02
This commit is contained in:
2
.github/workflows/build-code.yml
vendored
2
.github/workflows/build-code.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
timeout-minutes: 15
|
||||
|
||||
steps:
|
||||
- name: "Checkout Repository"
|
||||
@@ -56,6 +57,7 @@ jobs:
|
||||
check_formatting:
|
||||
name: "Check Formatting"
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 2
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: rustup component add rustfmt
|
||||
|
||||
Reference in New Issue
Block a user