Skip to content

feat: Initialize OAL Agent project structure with core components #1

feat: Initialize OAL Agent project structure with core components

feat: Initialize OAL Agent project structure with core components #1

Workflow file for this run

name: Lint
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run linters
run: |
bash scripts/lint.sh