Skip to content

Merge pull request #72 from Onemind-Services-LLC/OMS-853 #215

Merge pull request #72 from Onemind-Services-LLC/OMS-853

Merge pull request #72 from Onemind-Services-LLC/OMS-853 #215

Workflow file for this run

name: CI
permissions:
contents: read
on:
- push
- pull_request
jobs:
lint:
uses: Onemind-Services-LLC/actions/.github/workflows/pre-commit.yml@master
with:
python-version: '3.12'
test:
needs: lint
uses: Onemind-Services-LLC/actions/.github/workflows/netbox-plugin-tests.yml@master
with:
plugin-name: 'netbox_metatype_importer'
netbox-version: 'v4.3.1'
python-version: '3.12'
secrets:
git-token: ${{ secrets.GIT_TOKEN }}