Skip to content

build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 #152

build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8

build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 #152

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- 'main'
env:
TEST_TAG: eext:test
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v2.0.0
with:
# using recursive to avoid hardcoding paths
# and missing any future additions
recursive: true
verbose: true
ignore: DL3002
- name: Lint yaml files
run: yamllint .