Skip to content

Merge pull request #54 from PineiroHosting/renovate/actions-checkout-4.x #58

Merge pull request #54 from PineiroHosting/renovate/actions-checkout-4.x

Merge pull request #54 from PineiroHosting/renovate/actions-checkout-4.x #58

Workflow file for this run

name: Unit test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v4
- name: Test code
env:
AUTHKEY: ${{ secrets.DEEPL_TEST_AUTH_KEY }}
run: make test