Skip to content

refactor(awl): merge function colorPrint into rotateColorPrint ๐Ÿ› ๏ธ #73

refactor(awl): merge function colorPrint into rotateColorPrint ๐Ÿ› ๏ธ

refactor(awl): merge function colorPrint into rotateColorPrint ๐Ÿ› ๏ธ #73

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