diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-13 16:00:07 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-13 16:00:07 +0100 |
| commit | 20c7b0c647b455958bca02b263fb50e330fe6775 (patch) | |
| tree | b8724d4f45118ab8286f30df69feaf42b3e85b2f | |
| parent | 4eef583c0ad16f938bcec1eaaf83ace974b8c667 (diff) | |
| download | de-project-bentley-20c7b0c647b455958bca02b263fb50e330fe6775.tar.gz de-project-bentley-20c7b0c647b455958bca02b263fb50e330fe6775.zip | |
ci: rm unused deploy.yml
| -rw-r--r-- | .github/workflows/deploy.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 71b2871..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: de-project-bentley - -on: - push: - branches: [development, staging] - pull_request: - branches: [main, development, staging] - -jobs: - quality-checks: - runs-on: ubuntu-latest - steps: - - uses : actions/checkout@v2 - - name : Setup - uses : actions/setup-python@v2 - with: - python-version: 3.11 - - name : Dependencies - run: | - python -m pip install --upgrade pip - pip install flake8 pylint black bandit safety - - name : Linting - run: | - flake8 . - find . -name "*.py" | xargs pylint - - name : Formatting - run: | - black --check . - - name: Security - run: | - bandit -r . - safety check -
\ No newline at end of file |
