Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

chore: close #102, add dependabot, codeql (#106) #125

chore: close #102, add dependabot, codeql (#106)

chore: close #102, add dependabot, codeql (#106) #125

Workflow file for this run

name: Tests
on: push
jobs:
tests:
strategy:
matrix:
python-version: ['3.9']
name: Python ${{ matrix.python-version }}
uses: Informasjonsforvaltning/workflows/.github/workflows/test-nox.yaml@main
with:
python_version: ${{ matrix.python-version }}
python_architecture: x64
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}