chore: lint all json/yml, add to lint-staged

This commit is contained in:
Elliot DeNolf
2024-03-24 23:16:26 -04:00
parent c90de87f37
commit d5935ea81b
13 changed files with 68 additions and 220 deletions

View File

@@ -2,7 +2,7 @@ name: build
on:
pull_request:
types: [ opened, reopened, synchronize ]
types: [opened, reopened, synchronize]
push:
branches: ['main', 'alpha']
@@ -124,7 +124,7 @@ jobs:
fail-fast: false
matrix:
database:
- mongodb
- mongodb
# - postgres
# - postgres-custom-schema
# - postgres-uuid
@@ -162,7 +162,7 @@ jobs:
- name: Start PostgreSQL
uses: CasperWA/postgresql-action@v1.2
with:
postgresql version: '14' # See https://hub.docker.com/_/postgres for available versions
postgresql version: '14' # See https://hub.docker.com/_/postgres for available versions
postgresql db: ${{ env.POSTGRES_DB }}
postgresql user: ${{ env.POSTGRES_USER }}
postgresql password: ${{ env.POSTGRES_PASSWORD }}
@@ -344,7 +344,7 @@ jobs:
strategy:
fail-fast: false
matrix:
template: [ blank, website, ecommerce ]
template: [blank, website, ecommerce]
steps:
- uses: actions/checkout@v4