Skip to content

Multi-Account Containers #47

Multi-Account Containers

Multi-Account Containers #47

Workflow file for this run

name: Prettier
on:
push:
branches: ["master"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
schedule:
- cron: "31 23 * * 5"
jobs:
prettier:
name: Run prettier in dry mode
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check formatting
uses: creyD/[email protected]
with:
dry: True
prettier_options: --write **/*.{js,mjs,md,yml}