You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
315 B

3 years ago
3 years ago
  1. on:
  2. push:
  3. pull_request:
  4. name: test branches or pull requests
  5. jobs:
  6. test:
  7. runs-on: ubuntu-20.04
  8. steps:
  9. - uses: actions/checkout@v2
  10. - uses: actions/setup-go@v2
  11. with:
  12. go-version: "1.16"
  13. - uses: arduino/setup-task@v1
  14. - run: task install
  15. - run: task world