test
This commit is contained in:
parent
9677fd8cbf
commit
808cdb92a7
@ -3,8 +3,10 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: cat /etc/lsb-release
|
||||||
|
- run: cat /etc/os-release
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: https://github.com/actions/setup-python@v4
|
- uses: https://github.com/actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user