Skip to content

Bump alpine from 3.20.1 to 3.20.2 #142

Bump alpine from 3.20.1 to 3.20.2

Bump alpine from 3.20.1 to 3.20.2 #142

name: Check Code Formatting
on: [push, pull_request]
jobs:
check-code-formatting-with-prettier:
name: Check Code Formatting With Prettier
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install prettier
run: npm install --save-dev --save-exact prettier
- name: Check code formatting
run: npx prettier --check .