Skip to content

LibJS: Outline slow-path-only AsmInt handlers #7303

LibJS: Outline slow-path-only AsmInt handlers

LibJS: Outline slow-path-only AsmInt handlers #7303

Workflow file for this run

name: Push notes
on:
push:
branches:
- master
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}
jobs:
build:
if: github.repository == 'LadybirdBrowser/ladybird'
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
- uses: fregante/setup-git-user@v2
- run: |
git fetch origin "refs/notes/*:refs/notes/*"
curl -fsSLO https://github.com/gh-tui-tools/git-gloss/raw/refs/heads/main/git-gloss
bash ./git-gloss
git push origin "refs/notes/*"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}