Skip to content

Add avatar/header alt text to list of changes now in vanilla Mastodon #481

Add avatar/header alt text to list of changes now in vanilla Mastodon

Add avatar/header alt text to list of changes now in vanilla Mastodon #481

Workflow file for this run

name: Check formatting
on:
merge_group:
push:
branches:
- 'main'
- 'stable-*'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Clone repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Set up Javascript environment
uses: ./.github/actions/setup-javascript
- name: Check formatting
run: yarn format:check