Browse code

Update github actions and lint yml file

Hanno Böck authored on 22/04/2023 19:01:35
Showing 1 changed files
... ...
@@ -1,18 +1,19 @@
1
+---
1 2
 name: run tests
2
-on:
3
-- pull_request
4
-- push
3
+"on":
4
+  - pull_request
5
+  - push
5 6
 
6 7
 jobs:
7 8
   build:
8 9
     runs-on: ubuntu-latest
9 10
     strategy:
10 11
       matrix:
11
-        python-version: [3.8,3.x,3.12-dev]
12
+        python-version: [3.8, 3.x, 3.12-dev]
12 13
     steps:
13
-      - uses: actions/checkout@v2
14
+      - uses: actions/checkout@v3
14 15
       - name: Set up Python ${{ matrix.python-version }}
15
-        uses: actions/setup-python@v2
16
+        uses: actions/setup-python@v4
16 17
         with:
17 18
           python-version: ${{ matrix.python-version }}
18 19
       - name: Install dependencies