Run prettier formatter

This commit is contained in:
Brian Bowman
2022-07-19 04:37:38 -05:00
parent e9df0f17db
commit eb9aa34323
67 changed files with 1157 additions and 1071 deletions

View File

@@ -3,12 +3,12 @@ name: Check backend
on:
push:
paths:
- ".github/workflows/backend-checks.yml"
- "src-tauri/**"
- '.github/workflows/backend-checks.yml'
- 'src-tauri/**'
pull_request:
paths:
- ".github/workflows/backend-checks.yml"
- "src-tauri/**"
- '.github/workflows/backend-checks.yml'
- 'src-tauri/**'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
@@ -59,4 +59,3 @@ jobs:
name: clippy (${{ runner.os }})
token: ${{ secrets.GITHUB_TOKEN }}
args: --manifest-path ./src-tauri/Cargo.toml --no-default-features -- -D warnings

View File

@@ -3,20 +3,20 @@ name: Check frontend
on:
push:
paths:
- ".github/workflows/frontend-checks.yml"
- "src/**"
- ".eslintrc.json"
- "package.json"
- "tsconfig.json"
- "yarn.lock"
- '.github/workflows/frontend-checks.yml'
- 'src/**'
- '.eslintrc.json'
- 'package.json'
- 'tsconfig.json'
- 'yarn.lock'
pull_request:
paths:
- ".github/workflows/frontend-checks.yml"
- "src/**"
- ".eslintrc.json"
- "package.json"
- "tsconfig.json"
- "yarn.lock"
- '.github/workflows/frontend-checks.yml'
- 'src/**'
- '.eslintrc.json'
- 'package.json'
- 'tsconfig.json'
- 'yarn.lock'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
@@ -34,4 +34,3 @@ jobs:
run: yarn tsc --noEmit
- name: Run ESLint
run: yarn eslint src