Skip to content

Merge pull request #42 from KushalGaywala/feat/404-not-found-page #34

Merge pull request #42 from KushalGaywala/feat/404-not-found-page

Merge pull request #42 from KushalGaywala/feat/404-not-found-page #34

Workflow file for this run

name: Format
on:
push:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: pnpm install --ignore-scripts
- name: Format
run: pnpm run format
- name: Add, Commit and Push
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'Format'