From 60352251f38c557bfdf5f713f92fa9eb52bbb14b Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 22 Sep 2025 21:20:18 +0200 Subject: chore: remove GitHub related stuff --- .github/workflows/lint.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/lint.yml (limited to '.github/workflows/lint.yml') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 2577f45..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Lint -on: [push, pull_request] -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: hecrj/setup-rust-action@v2 - with: - components: clippy - - uses: actions/checkout@master - - name: Install dependencies - run: | - export DEBIAN_FRONTED=noninteractive - sudo apt-get -qq update - sudo apt-get install -y libxkbcommon-dev - - uses: actions/cache@v4 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-ci-${{ hashFiles('**/Cargo.lock') }} - - name: Check lints - run: cargo lint -- cgit v1.2.3