Skip to content

Add pipeline test no1 #7

Add pipeline test no1

Add pipeline test no1 #7

Workflow file for this run

name: Tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
No_Missing_Keys:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Execute test
run: python tests/key_test.py