You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: no PAC backend is a compile error (non-Windows)
529
533
runs-on: ubuntu-latest
530
534
steps:
@@ -548,8 +552,9 @@ jobs:
548
552
fi
549
553
echo "OK: building with no PAC backend fails as expected"
550
554
shell: bash
555
+
# }}}
551
556
552
-
electron-pac-bench:
557
+
electron-pac-bench:# {{{
553
558
name: Electron (Chromium) PAC baseline (${{ matrix.name }})
554
559
runs-on: ${{ matrix.os }}
555
560
strategy:
@@ -598,8 +603,9 @@ jobs:
598
603
fi
599
604
working-directory: bench/electron
600
605
shell: bash
606
+
# }}}
601
607
602
-
lint:
608
+
lint:# {{{
603
609
name: rustfmt + clippy + docs
604
610
runs-on: macos-latest
605
611
steps:
@@ -628,8 +634,9 @@ jobs:
628
634
RUSTDOCFLAGS: -D warnings
629
635
- run: npm run test:platform-selection
630
636
- run: npm run verify:packages
637
+
# }}}
631
638
632
-
licenses:
639
+
licenses:# {{{
633
640
name: licenses (deny + notices)
634
641
runs-on: ubuntu-latest
635
642
steps:
@@ -667,4 +674,4 @@ jobs:
667
674
echo "::error::npm/ThirdPartyNotices.txt is out of date. Run: cargo about generate --manifest-path npm/native/Cargo.toml --config about.toml --locked --fail --output-file npm/ThirdPartyNotices.txt npm/about.hbs"
0 commit comments