Skip to content

Add GitHub action for Linux tests #2

Add GitHub action for Linux tests

Add GitHub action for Linux tests #2

Workflow file for this run

name: Test
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 test.py