cab28c0f15314603800dfb00950ede4ee8bcec4d
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

1) ---
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

2) name: run tests
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

3) "on":
4)   - pull_request
5)   - push
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

6) 
7) jobs:
8)   build:
9)     runs-on: ubuntu-latest
10)     strategy:
11)       matrix:
Hanno Böck disable py3.12 tests until...

Hanno Böck authored 1 year ago

12)         # disable 3.12-dev until this is fixed:
13)         # https://github.com/PyCQA/pycodestyle/issues/1142
14)         python-version: [3.8, 3.x]
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

15)     steps:
Hanno Böck update github action version

Hanno Böck authored 1 year ago

16)       - uses: actions/checkout@v4
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

17)       - name: Set up Python ${{ matrix.python-version }}
Hanno Böck Update github actions and l...

Hanno Böck authored 1 year ago

18)         uses: actions/setup-python@v4