Skip to content

Commit

Permalink
envoy.code.check: Dev 0.5.12 (#2060)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Apr 29, 2024
1 parent 35958c9 commit f837004
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: "3.11"
- run: pip install envoy.code.check
- run: pip install envoy.code.check>=0.5.11
- run: |
envoy.code.check . -c glint shellcheck yamllint -x ".*/dist/.*"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pypi: https://pypi.org/project/envoy.base.utils

#### [envoy.code.check](envoy.code.check)

version: 0.5.11
version: 0.5.12.dev0

pypi: https://pypi.org/project/envoy.code.check

Expand Down
2 changes: 1 addition & 1 deletion envoy.code.check/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.11
0.5.12-dev
4 changes: 2 additions & 2 deletions gh-actions/azp/agent-cleanup/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
azp-org:
type: string
Expand Down Expand Up @@ -40,9 +39,10 @@ runs:
| .id
- run: |
AZP_URL="https://dev.azure.com/${{ inputs.azp-org }}/_apis/distributedtask/pools/${{ inputs.pool-id }}"
for agent in $(cat /tmp/agents); do
echo "Deleting agent: ${agent}"
curl -s -X DELETE -u ":${{ inputs.azp-token }}" \
"https://dev.azure.com/${{ inputs.azp-org }}/_apis/distributedtask/pools/${{ inputs.pool-id }}/agents/$agent?api-version=7.1-preview.1"
"${AZP_URL}/agents/$agent?api-version=7.1-preview.1"
done
shell: bash
1 change: 0 additions & 1 deletion gh-actions/cache/prime/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
command:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/cache/restore/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
command:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/docker/cache/prime/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
image-tag:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/docker/cache/restore/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
image_tag:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/docker/fetch/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
url:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/docker/registry/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
image:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/docker/sha/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
image:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/email/validate/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
email:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/envoy/android/post/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
apk:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/envoy/android/pre/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

runs:
using: composite
steps:
Expand Down
5 changes: 2 additions & 3 deletions gh-actions/envoy/ios/post/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
app:
type: string
Expand Down Expand Up @@ -56,12 +55,12 @@ runs:
echo "FTR ${ACTUAL} in /tmp/envoy.log"
exit $retcode
}
shell: bash
shell: bash
env:
EXPECTED: ${{ inputs.expected }}
TIMEOUT: ${{ inputs.timeout }}
name: Check connectivity
- run: cat /tmp/envoy.log
if: ${{ failure() || cancelled() }}
name: Log app run
shell: bash
shell: bash
1 change: 0 additions & 1 deletion gh-actions/fetch/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
url:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/foreach/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
context:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/github/artifact/download/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
name:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/github/checkout/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
ancestor-fetch-depth:
type: number
Expand Down
1 change: 0 additions & 1 deletion gh-actions/github/env/load/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
head-sha:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/github/env/save/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
name:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/github/merge-commit/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
pr:
type: number
Expand Down
1 change: 0 additions & 1 deletion gh-actions/json/table/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
append:
type: boolean
Expand Down
1 change: 0 additions & 1 deletion gh-actions/upload/diff/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
name:
required: true
Expand Down
1 change: 0 additions & 1 deletion gh-actions/using/recurse/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
uses:
type: string
Expand Down
1 change: 0 additions & 1 deletion gh-actions/using/steps/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

inputs:
steps:
type: string
Expand Down

0 comments on commit f837004

Please sign in to comment.