diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 983e54ae..cb72821a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,32 +29,9 @@ permissions: contents: write jobs: - lint: - name: Run linters - runs-on: ubuntu-20.04 - - steps: - - uses: actions/checkout@v2 # Check out the repository first. - - name: Run prettier (JavaScript & TypeScript) - run: | - pushd frontend - npm install - npm run lint - popd - - - name: Run ruff (Python) - uses: jpetrucciani/ruff-check@0.0.239 - with: - path: './backend' - - - name: Run ShellCheck - uses: ludeeus/action-shellcheck@master - - build: name: Build PluginLoader runs-on: ubuntu-20.04 - needs: [lint] steps: - name: Print input |
