From 98dadb21815f7f2fbbc769cae0a27b49ec2abc52 Mon Sep 17 00:00:00 2001 From: OGreeni Date: Sun, 3 Dec 2023 23:27:52 -0500 Subject: [PATCH] change work dir in ci workflow --- .../workflows/{ci.yaml => frontend-ci.yaml} | 5 ++- .idea/workspace.xml | 45 +++++++++---------- 2 files changed, 26 insertions(+), 24 deletions(-) rename .github/workflows/{ci.yaml => frontend-ci.yaml} (83%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/frontend-ci.yaml similarity index 83% rename from .github/workflows/ci.yaml rename to .github/workflows/frontend-ci.yaml index 5a797d6..af5575c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/frontend-ci.yaml @@ -1,5 +1,5 @@ # This workflow builds the app, runs ESLint, and checks for TypeScript compilation errors. -name: CI +name: Frontend-CI on: push jobs: build-lint-tsc: @@ -19,7 +19,10 @@ jobs: cache: 'pnpm' - name: Install dependencies run: pnpm install + working-directory: ./frontend - name: Run ESLint run: pnpm lint + working-directory: ./frontend - name: Run TypeScript compiler run: pnpm tsc --noEmit + working-directory: ./frontend diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d5f0156..6dfdb24 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,8 @@ - + - - { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "git-widget-placeholder": "main", + "js.buildTools.grunt.grunt-cli.package": "", + "js.buildTools.gulp.gulp_package_dir": "", + "last_opened_file_path": "/Users/ogreeni/Desktop/code/hack4impact/CCA-frontend", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs.cucumber.cucumber_node_package_dir": "", + "nodejs.jest.jest_package": "", + "nodejs_package_manager_path": "npm", + "prettierjs.PrettierConfiguration.Package": "/Users/ogreeni/Desktop/code/hack4impact/CCA-frontend/frontend/node_modules/prettier", + "settings.editor.selected.configurable": "settings.javascript.prettier", + "ts.external.directory.path": "/Users/ogreeni/Desktop/code/hack4impact/CCA-frontend/node_modules/typescript/lib", + "vue.rearranger.settings.migration": "true" } -}]]> +}