Skip to content

Commit

Permalink
Remove Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Sep 26, 2024
1 parent 0fad8f3 commit 64119d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,18 @@ jobs:
create: true
username: shaner
password: ${{ secrets.CODEBERG_TOKEN }}

lint:
name: "Lint"
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Run ShellCheck"
uses: ludeeus/[email protected]
#
# lint:
# name: "Lint"
# runs-on: ubuntu-latest
# timeout-minutes: 5
#
# steps:
# - name: "Checkout"
# uses: actions/checkout@v4
#
# - name: "Run ShellCheck"
# uses: ludeeus/[email protected]
# with:
# check_together: "yes"
# SHELLCHECK_OPTS: "-e SC1091 -e SC2034"
1 change: 1 addition & 0 deletions src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ echo "GIT_HOST: ${GIT_HOST}"
if [ -n "${INPUT_CREATE}" ];then
echo "Attempting Create Repository: ${INPUT_CREATE}"
set +e
# shellcheck source=./codeberg.sh disable=SC1091
source ./codeberg.sh
set -e
fi
Expand Down

0 comments on commit 64119d2

Please sign in to comment.