Skip to content

ci: github actions

ci: github actions #1

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: Tests
runs-on: macos-latest
steps:
- name: Checkout poptimizer
uses: actions/checkout@v3
- name: Install go-task
run:
brew install go-task
- name: Setup venv, install tools and dependencies
run:
task setup
- name:Lint and test
run:

Check failure on line 23 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 23
task test