Update eve spec #1
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: Run tests | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
testing: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install packages | |
run: | | |
sudo apt-get install -y curl git make | |
curl -fsSL https://quobix.com/scripts/install_vacuum.sh | sh | |
- name: Run Vacuum linter | |
run: | | |
make spec-lint |