Skip to content

fix: sudo

fix: sudo #2

Workflow file for this run

name: Quality Gateway
on:
push:
jobs:
quality-gateway:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: sudo apt update && sudo apt install -y neovim
- name: Run tests
run: make tests