Skip to content

bump(nightly): tdlib nim-nightly #4204

bump(nightly): tdlib nim-nightly

bump(nightly): tdlib nim-nightly #4204

Workflow file for this run

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