Add line numbers in SQL input textarea #93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "linter" | |
'on': | |
pull_request: | |
jobs: | |
tox: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: build tox container | |
run: | | |
docker build -f tests/tox/Dockerfile -t tox:01 . | |
- name: run tox container | |
run: | | |
docker run tox:01 |