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/clippy.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/clippy.yml (limited to '.github/workflows/clippy.yml') diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml deleted file mode 100644 index edf92fb..0000000 --- a/.github/workflows/clippy.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: [push, pull_request] - -name: Clippy check - -env: - RUSTFLAGS: '-D warnings' - -jobs: - clippy_check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - components: clippy - - uses: actions-rs/clippy-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3-54-g00ecf