Skip to content

Use standardized check.sh #155

Use standardized check.sh

Use standardized check.sh #155

Workflow file for this run

on: [pull_request]
env:
GO_VERSION: '^1.21'
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
-
name: Run tests
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TOKEN }}
run: |
scripts/check.sh all
check-license:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Check license file is present
run: |
find . -name LICENSE.md