This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Fix badkb resources again #1047
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Lint' | |
on: | |
push: | |
branches: | |
- dev | |
- main | |
tags: | |
- '*' | |
pull_request: | |
env: | |
SET_GH_OUTPUT: 1 | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout code' | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
ref: ${{ github.event.pull_request.head.sha }} | |
- name: 'Check code formatting' | |
run: ./fbt lint lint_py |