Codebase list dir2ogg / scrub-obsolete/main .travis.yml
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

.travis.yml @scrub-obsolete/mainraw · history · blame

1
2
3
4
5
6
7
8
9
dist: bionic
language: python
install:
  - pip install pre-commit
jobs:
  include:
    - name: pre-commit
      script:
      - pre-commit run -a