Skip to content

Merge branch 'main' of https://github.com/phireheavy/startpage #2

Merge branch 'main' of https://github.com/phireheavy/startpage

Merge branch 'main' of https://github.com/phireheavy/startpage #2

Workflow file for this run

name: Continuous Deployment
on:
push:
branches:
- main
permissions:
contents: write
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write .