Skip to content

working with lists instead of dicts #60

working with lists instead of dicts

working with lists instead of dicts #60

Workflow file for this run

name: Aiken Check Workflow
on: [push]
jobs:
aiken_check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set execute permission on Aiken
run: chmod +x ./.github/aiken
- name: Run Aiken Check
run: ./.github/aiken check