Skip to content

Merge torrust/torrust-tracker-demo#11: Add Local KVM/libvirt Testing … #14

Merge torrust/torrust-tracker-demo#11: Add Local KVM/libvirt Testing …

Merge torrust/torrust-tracker-demo#11: Add Local KVM/libvirt Testing … #14

Workflow file for this run

name: Testing
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install linting tools
run: |
sudo apt-get update
sudo apt-get install -y yamllint shellcheck
sudo npm install -g markdownlint-cli
- name: Run linting script
run: |
./scripts/lint.sh