Skip to content

Better .editorconfig #25

Better .editorconfig

Better .editorconfig #25

Workflow file for this run

name: linting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- name: luacheck
uses: nebularg/[email protected]
- name: python-lint
uses: jpetrucciani/mypy-check@master