Skip to content

Initial AI Module Added #34

Initial AI Module Added

Initial AI Module Added #34

Workflow file for this run

name: 'Shellcheck'
on:
push:
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master