mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 20:48:01 +00:00
Add missing license headers and CI check (#98)
* Add missing license headers and add CI check * Remove log line * Remove stale todos
This commit is contained in:
@@ -13,7 +13,17 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
|
||||
- name: setup
|
||||
run: |
|
||||
rustup install nightly
|
||||
rustup component add rustfmt --toolchain nightly
|
||||
|
||||
- name: fmt
|
||||
run: cargo +nightly fmt --all -- --check
|
||||
|
||||
- name: build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
||||
- name: test
|
||||
run: cargo test --verbose
|
||||
|
||||
Reference in New Issue
Block a user