summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add 3.11 to CI test suite (#263)HEADmainMatthew Peveler2022-11-091-1/+1
|
* Update to actions/setup-python@v4Matthew Peveler2022-06-271-11/+7
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update website as part of release (#257)Matthew Peveler2022-05-221-0/+13
|
* Run apt-get update before install on CI (#253)Matthew Peveler2022-05-211-0/+3
|
* Fix distribution missing test_data directory (#244)Matthew Peveler2022-02-231-0/+58
|
* Bump python version used for testing windowsMatthew Peveler2022-02-171-3/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add make test to CI workflowMatthew Peveler2021-12-181-17/+49
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Run homebrew release step under macos (#222)Matthew Peveler2021-11-091-0/+5
|
* Add missing build step for release workflow10.0.1Matthew Peveler2021-10-281-0/+5
|
* Enable creating PR in homebrew for releasesMatthew Peveler2021-10-281-7/+7
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Fix running make docs (#203)Matthew Peveler2021-10-281-3/+7
|
* Add step to upload to pypi during release workflowMatthew Peveler2021-10-171-0/+6
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update version of deadsnakes/actionMatthew Peveler2021-10-161-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Mark support for Python 3.9 and 3.10 (#199)Matthew Peveler2021-10-161-2/+2
|
* Add dvisvgm to CI workflow (#198)Matthew Peveler2021-10-161-0/+1
|
* Split off utils functions into own module (#197)Matthew Peveler2021-10-161-2/+2
|
* Add code coverage tracking to CIMatthew Peveler2021-09-191-8/+8
|
* Remove unnecessary gh-pages workflowMatthew Peveler2021-09-181-40/+0
| | | | | | | The asciidoc-py website is now stored in a separate repo, so we no longer need to build the gh-pages as part of this repo. Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update gh-pages workflow to use main branchMatthew Peveler2021-02-111-1/+1
|
* add git add to gh-pages to workflow to commit untracked filesMatthew Peveler2021-01-301-0/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* move Dict classes into own moduleMatthew Peveler2021-01-301-2/+5
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* disable homebrew update workflowMatthew Peveler2021-01-281-7/+7
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix building website with new package structureMatthew Peveler2021-01-281-2/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* only publish to gh-pages on releasesMatthew Peveler2021-01-281-2/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix failing test suite failuresMatthew Peveler2021-01-281-3/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* use pip/setup.py to install asciidocMatthew Peveler2021-01-281-1/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* remove asciidocapi testsMatthew Peveler2021-01-281-1/+0
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update to deadsnakes/action@2.0.2 (#157)Matthew Peveler2020-12-121-1/+1
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update deadsnakes GH action in test suite (#156)Matthew Peveler2020-12-051-1/+1
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add 3.10-dev test target (#152)Matthew Peveler2020-10-301-1/+1
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* remove dev designation from 3.9 for testingMatthew Peveler2020-10-201-1/+2
|
* update to deadsnakes/python@v2 for test workflowMatthew Peveler2020-10-201-2/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix Plugin.list method using python2 syntaxMatthew Peveler2020-10-201-0/+1
|
* add simple CI test for running asciidoc on windows (#142)Matthew Peveler2020-08-261-0/+18
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Migrate from Travis to GitHub action for testing (#126)Matthew Peveler2020-06-281-13/+63
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add GH action step for brew bump-formula-prMatthew Peveler2020-06-271-0/+8
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix release action workflow for next releaseMatthew Peveler2020-06-021-3/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* cut 9.0.0 releaseMatthew Peveler2020-06-021-4/+4
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add github action workflow to generate artifacts for releasesMatthew Peveler2020-06-011-0/+38
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add github action workflow to validate flake8Matthew Peveler2020-05-291-0/+28
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix errors in gh-pages workflowMatthew Peveler2020-05-281-5/+14
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* create script to generate gh-pages website (#102)Matthew Peveler2020-05-281-0/+30
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>