Files
test/.github/workflows/main.yml
Max Mehl edfd457be2
All checks were successful
Test CI / test (push) Successful in 15s
nodejs
2025-04-02 21:14:49 +02:00

20 lines
319 B
YAML

name: Test CI
on:
push:
branches:
- main
- master
jobs:
test:
runs-on: ubuntu-22.04
container:
image: ghcr.io/mxmehl/python-tests-image:3.12
steps:
- run: apk add nodejs
- name: Checkout
uses: actions/checkout@v4
- run: ls
- run: python --version