Skip to content

fix(coat/taoc) 🐞: missing last line if there’s no newline at the en… #72

fix(coat/taoc) 🐞: missing last line if there’s no newline at the en…

fix(coat/taoc) 🐞: missing last line if there’s no newline at the en… #72

Workflow file for this run

# Quickstart for GitHub Actions
# https://docs.github.com/en/actions/quickstart
name: Lint
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
name: Lint
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: test-cases/lint.sh