aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-30 10:20:54 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-30 10:20:54 +0200
commit251cfe5f6cf1138a29e65305a1e7c9c3c5307444 (patch)
tree82b55d42dbd2908398fab2075162ee9316791fae /.github/workflows
parentfix: clippy lints (diff)
downloadiced_custom_highlighter-251cfe5f6cf1138a29e65305a1e7c9c3c5307444.tar.gz
chore: remove GitHub workflow
Diffstat (limited to '')
-rw-r--r--.github/workflows/lint.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
deleted file mode 100644
index 76bc0c3..0000000
--- a/.github/workflows/lint.yml
+++ /dev/null
@@ -1,17 +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
- - name: Check lints
- run: cargo lint