Skip to content

Updated opencast_repository version to 1.0.0 #57

Updated opencast_repository version to 1.0.0

Updated opencast_repository version to 1.0.0 #57

Workflow file for this run

---
name: lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install -r .dev_requirements.txt
- run: yamllint --strict -c .yamllint .
- run: ansible-lint