mirror of
https://github.com/OMGeeky/confique.git
synced 2025-12-31 00:30:18 +01:00
Add a basic style check to CI
This commit is contained in:
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@@ -10,6 +10,13 @@ env:
|
||||
RUSTFLAGS: --deny warnings
|
||||
|
||||
jobs:
|
||||
style:
|
||||
name: Check basic style
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: LukasKalbertodt/check-basic-style@v0.1
|
||||
|
||||
check:
|
||||
name: 'Build & test'
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user