Skip to content

feat: remove twitter (and kofi), prioritize bsky link #330

feat: remove twitter (and kofi), prioritize bsky link

feat: remove twitter (and kofi), prioritize bsky link #330

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: write
contents: read
if: ${{ github.event.commits[0].author.name != 'renovate[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
- name: Perform analysis
uses: github/codeql-action/analyze@v3