Skip to content

Commit

Permalink
Streamline workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Feb 28, 2024
1 parent 52defbb commit de6c57c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
shellchecker:
lint-shell-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,3 +19,11 @@ jobs:
env:
# Acceptable use of decimal comparison
SHELLCHECK_OPTS: -e SC2072
validate-feature-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: devcontainers/action@v1
with:
base-path-to-features: "./src"
validate-only: "true"
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
uses: "./.github/workflows/lint.yml"
test:
uses: "./.github/workflows/test.yml"
validate:
uses: "./.github/workflows/validate.yml"
publish-to-github-packages:
runs-on: ubuntu-latest
permissions:
Expand All @@ -19,7 +17,6 @@ jobs:
needs:
- lint
- test
- validate
steps:
- uses: actions/checkout@v4
- uses: devcontainers/action@v1
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/validate.yml

This file was deleted.

0 comments on commit de6c57c

Please sign in to comment.