Skip to content

Add repository guidelines and update version to 0.7.1 #223

Add repository guidelines and update version to 0.7.1

Add repository guidelines and update version to 0.7.1 #223

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 16, Col: 3): The workflow must contain at least one job with no dependencies.
permissions:
contents: read
on:
- push
- pull_request
# Add concurrency group to control job running
concurrency:
group: ${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}
cancel-in-progress: true
jobs:
test:
name: Run Tests
uses: Onemind-Services-LLC/actions/.github/workflows/netbox-plugin-tests.yml@master
needs: js_quality
with:
app-id: ${{ vars.APP_ID }}
plugin-name: 'netbox_metatype_importer'
secrets:
private-key: ${{ secrets.APP_PRIVATE_KEY }}