Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fentas committed Mar 25, 2024
1 parent f58ab3f commit b8800ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/argsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Coverage
run: |
argsh coverage
- name: Is insync
run: |
git diff --exit-code
minify:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ concurrency:

jobs:
docs-test:
if: ${{ startsWith(github.head_ref, 'docs/') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -39,7 +38,6 @@ jobs:
run: yarn build:docs

vale-docs:
if: ${{ startsWith(github.head_ref, 'docs/') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -65,7 +63,6 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}

content-eslint:
if: ${{ startsWith(github.head_ref, 'docs/') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -82,7 +79,6 @@ jobs:
run: yarn lint:content

code-docs-eslint:
if: ${{ startsWith(github.head_ref, 'docs/') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit b8800ae

Please sign in to comment.