1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-24 06:26:52 +00:00
mastodon/.github/workflows/format-check.yml

23 lines
404 B
YAML
Raw Normal View History

2024-02-27 17:09:27 +01:00
name: Check formatting
on:
merge_group:
2024-02-27 17:09:27 +01:00
push:
branches:
- 'main'
- 'stable-*'
2024-02-27 17:09:27 +01:00
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Javascript environment
uses: ./.github/actions/setup-javascript
- name: Check formatting with Prettier
run: yarn format:check