Skip to content

fix: Update .desktop packaging (Prepping for https://github.com/zed-industries/zed/pull/14104) #10303

fix: Update .desktop packaging (Prepping for https://github.com/zed-industries/zed/pull/14104)

fix: Update .desktop packaging (Prepping for https://github.com/zed-industries/zed/pull/14104) #10303

Workflow file for this run

name: Lint
on:
push:
branches:
- frawhide
pull_request:
branches:
- frawhide
merge_group:
branches:
- frawhide
jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:frawhide
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint spec files
run: rpmlint $(find anda -type f -name "*.spec" -type f)