Skip to content

Commit

Permalink
don't run ci on main branch, typos
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrown-stateless committed Oct 4, 2024
1 parent 2ea34f9 commit 69ec799
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lint-spec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Vacuum OpenAPI Linting
run-name: Linting OpenAPI spec with Vacuum
on: [push]
on:
push:
branches-ignore:
- main

jobs:
vacuum-lint:
runs-on: ubuntu-24.04
Expand All @@ -15,6 +19,7 @@ jobs:
with:
name: Vacuum HTML Reports
path: reports/*.html
- name: Lint with Vaccum
- name: Lint with Vacuum
# Ignoring failures because there are errors that likely can't be fixed any time soon.
run: vacuum lint specs/ccapi* || true
shell: bash
5 changes: 4 additions & 1 deletion .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: NPM Audit Scan for Vulnerabilities
run-name: Running an Audit Scan with NPM
on: [push]
on:
push:
branches-ignore:
- main

jobs:
npm-audit-scan-job:
Expand Down

0 comments on commit 69ec799

Please sign in to comment.