Skip to content

Merge branch 'staging' of https://github.com/serlo/frontend into staging #1815

Merge branch 'staging' of https://github.com/serlo/frontend into staging

Merge branch 'staging' of https://github.com/serlo/frontend into staging #1815

Workflow file for this run

name: Javascript
on:
push:
branches:
- staging
- production
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn :prettier