Fix half merge of '956MB:feat/archive-select-multiple'

* Somehow entirely missed the browser path in this merge :(
* Don't lint on this branch
* Let linker exclude protocols
This commit is contained in:
956MB
2026-01-06 04:11:44 -06:00
parent 7e47619047
commit 69b7184553
5 changed files with 111 additions and 108 deletions
-26
View File
@@ -1,26 +0,0 @@
name: "Lint"
on:
push:
branches:
- "**"
- "!release"
tags:
- "*"
pull_request:
env:
SET_GH_OUTPUT: 1
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
- name: "Check formatting"
run: ./fbt lint_all