Skip to content

Mix in themes to specs.json #248

Mix in themes to specs.json

Mix in themes to specs.json #248

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install flake8
run: pip3 install flake8
- name: Install shellcheck
run: sudo apt install shellcheck
- name: Lint
run: make lint