improved board clicking and selection #368
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: CI | |
# This action triggers on a push, pull request and manual trigger. | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
# Jobs to perform on trigger. | |
jobs: | |
check-license-headers: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Check License Headers | |
uses: kt3k/[email protected] | |
Lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/[email protected] | |
- name: Initialize Aftman | |
uses: ok-nick/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Run Selene | |
run: selene lib |