Skip to content

LibGfx/ICC: Add a built-in LAB mft2 profile #7624

LibGfx/ICC: Add a built-in LAB mft2 profile

LibGfx/ICC: Add a built-in LAB mft2 profile #7624

Workflow file for this run

name: Social media notifications
on: [ push ]
jobs:
notify_mastodon:
runs-on: ubuntu-24.04
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '14'
- run: npm i mastodon
- run: |
node ${{ github.workspace }}/Meta/toot-commits.js << 'EOF'
${{ toJSON(github.event) }}
EOF
env:
ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}