From f1c574f33d99822924e44b3b941ea0fc79152747 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 14 Dec 2020 21:56:10 +0100 Subject: Use GHA instead of Travis CI --- .github/workflows/rustfmt.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/rustfmt.yml (limited to '.github/workflows/rustfmt.yml') diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml deleted file mode 100644 index 824c299..0000000 --- a/.github/workflows/rustfmt.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: [push, pull_request] - -name: Code formatting check - -jobs: - fmt: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - components: rustfmt - - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all -- --check -- cgit v1.2.3-54-g00ecf