chore(ci): Remove GitHub actions for now
This commit is contained in:
parent
8a2e13b20a
commit
68d1727cac
22
.github/workflows/main.yml
vendored
22
.github/workflows/main.yml
vendored
@ -1,22 +0,0 @@
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
name: CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 50
|
||||
- name: Install Rust Stable
|
||||
run: |
|
||||
rustc -vV
|
||||
rustup update stable
|
||||
rustup default stable
|
||||
rustc -vV
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt -- --check
|
||||
- name: Run clippy
|
||||
run: cargo clippy -- -Dwarnings
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
Reference in New Issue
Block a user