Skip to content

fix: Repos not loading #8

fix: Repos not loading

fix: Repos not loading #8

Workflow file for this run

name: prettier formatting
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: format code
run: npm run format