Skip to content

Bump github.com/refraction-networking/utls from 0.0.0-20190909200633-43c36d3c1f57 to 1.5.4 #128

Bump github.com/refraction-networking/utls from 0.0.0-20190909200633-43c36d3c1f57 to 1.5.4

Bump github.com/refraction-networking/utls from 0.0.0-20190909200633-43c36d3c1f57 to 1.5.4 #128

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
types: [assigned, opened, synchronize, reopened]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@v2.2.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: false
VALIDATE_ANSIBLE: false