add AutoMod incident action message types (#5) #95
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Library tests | |
on: [push, pull_request] | |
jobs: | |
library_tests: | |
name: Run library tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Setup V | |
uses: nocturlab/setup-vlang-action@v1 | |
with: | |
id: v | |
v-version: master | |
- name: Test library | |
run: v test src/ |