Skip to content

Commit

Permalink
tweaks to prettier config, api-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zekehuntergreen committed Jan 22, 2024
1 parent 68033bc commit 997c270
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 93 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/api-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
node-version-file: .nvmrc
cache: 'npm'
- run: |
npm run install
npm run build
npm run package
- name: Install dependencies
run: |
npm install
- name: Package API
run: |
npm run api::build
npm run api::package
- name: CDK synth
run: |
npm run install
npm run tsc
npm run lint
npm run test
npm run synth
working-directory: packages/cdk
npm run cdk::build
npm run cdk::lint
npm run cdk::test
npm run cdk::synth
- name: AWS Auth
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
9 changes: 1 addition & 8 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 120,
"semi": false,
"singleQuote": false,
"bracketSpacing": true
}
"@guardian/prettier"
Loading

0 comments on commit 997c270

Please sign in to comment.