Skip to content

release v1.0.0

release v1.0.0 #198

Workflow file for this run

---
name: Continuous integration workflow
on:
push:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Super-Linter
uses: github/super-linter/slim@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
LINTER_RULES_PATH: /
MARKDOWN_CONFIG_FILE: .markdownlint.yml