Skip to content

Commit

Permalink
FIX-SPELL
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 8, 2025
1 parent e6c0d48 commit 4c971de
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 30 deletions.
21 changes: 21 additions & 0 deletions .config/dictionaries/project.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
amannn
aquasecurity
buildx
cpus
dockerhub
dorny
hlag
hmarr
ibiqlik
ludeeus
nullglob
ossrh
releaserc
rhysd
sarif
shellcheck
shuf
shunsuke
temurin
tflint
tfsec
21 changes: 0 additions & 21 deletions .config/dictionaries/workflow.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,2 @@
amannn
aquasecurity
buildx
codeowners
cpus
dockerhub
dorny
hapag
hlag
hmarr
ibiqlik
ludeeus
nullglob
ossrh
releaserc
rhysd
sarif
shellcheck
shuf
shunsuke
temurin
tflint
tfsec
3 changes: 2 additions & 1 deletion .github/update_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ echo "Updating the workflows in $destination_path"
shopt -s nullglob

# basic setup for all types
mkdir -p "$destination_path/.github/workflows"
mkdir -p "$destination_path/.github/workflows/scripts"
cp .github/workflows/default_* "$destination_path/.github/workflows"
cp .github/workflows/scripts/* "$destination_path/.github/workflows/scripts/"

# move the update-workflows.sh script to the correct location (from older releases)
if [ -f "$destination_path/update-workflows.sh" ]; then
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/default_linter_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:

lint-markdown:
runs-on: ubuntu-latest
continue-on-error: true
if: needs.find-changes-for-shell-output.outputs.markdown == 'true'
needs: find-changes-for-shell-output
steps:
Expand All @@ -85,7 +84,6 @@ jobs:
lint-workflow:
runs-on: ubuntu-latest
continue-on-error: true
needs: find-changes-for-shell-output
if: needs.find-changes-for-shell-output.outputs.workflow == 'true'
container:
Expand All @@ -101,7 +99,6 @@ jobs:
lint-yaml:
runs-on: ubuntu-latest
continue-on-error: true
needs: find-changes-for-shell-output
if: needs.find-changes-for-shell-output.outputs.yaml == 'true'
steps:
Expand All @@ -116,7 +113,6 @@ jobs:

lint-json:
runs-on: ubuntu-latest
continue-on-error: true
if: needs.find-changes.outputs.json == 'true'
needs: find-changes
steps:
Expand All @@ -131,7 +127,6 @@ jobs:
lint-renovate:
runs-on: ubuntu-latest
continue-on-error: true
if: needs.find-changes.outputs.renovate-config == 'true'
needs: find-changes
strategy:
Expand All @@ -155,7 +150,6 @@ jobs:

lint-docker:
runs-on: ubuntu-latest
continue-on-error: true
needs: find-changes
if: ${{ needs.find-changes.outputs.dockerfile_files != '[]' && needs.find-changes.outputs.dockerfile_files != '' }}
strategy:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/default_spelling_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- run: .github/workflows/scripts/validate-dictionaries.sh
continue-on-error: true
- run: .github/workflows/scripts/check_dictionaries.sh
if: steps.changes-for-shell.outputs.dictionaries == 'true'

0 comments on commit 4c971de

Please sign in to comment.