Skip to content

[config] Update Mastodon link in README.md #320

[config] Update Mastodon link in README.md

[config] Update Mastodon link in README.md #320

Workflow file for this run

---
name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false
VALIDATE_PYTHON_BLACK: false
VALIDATE_SQLFLUFF: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
#- name: Install V8
# run: sudo apt-get install -y libv8-dev
#- name: Validate CITATION.cff
# uses: dieghernan/cff-validator@main