Skip to content

fix(x11-misc/libinput-gestures): rework zombie patch #516

fix(x11-misc/libinput-gestures): rework zombie patch

fix(x11-misc/libinput-gestures): rework zombie patch #516

Workflow file for this run

name: sasts
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '4 3 * * 6'
permissions:
contents: read
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
whispers:
name: whispers
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Run whisper
run: |
pip install whispers
whispers -c .github/whispers.yml .