Skip to content

fix -vet issues

fix -vet issues #1

Workflow file for this run

on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Test
shell: bash
run: odin test anima -vet