Skip to content

Commit

Permalink
Switch from Travis -> Github actions. (#948) (#953) (#989)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
(cherry picked from commit dab7090
and commit 9289f21)

Co-authored-by: Chris Lalancette <[email protected]>
(cherry picked from commit 893694a)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] authored Jan 5, 2021
1 parent 0a85e02 commit 6f6feb4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Install dependencies with pip
run: |
pip install doc8 sphinx sphinx-multiversion
pip install git+https://github.com/osrf/sphinx-tabs
- run: make html
- run: doc8 --ignore D001 --ignore-path build
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit 6f6feb4

Please sign in to comment.