Skip to content

Deployment to AWS using AWS Copilot #3245

Deployment to AWS using AWS Copilot

Deployment to AWS using AWS Copilot #3245

Workflow file for this run

name: Python Lint
on:
push:
branches: [main]
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
clean: true
- name: Run lint checks
uses: chartboost/ruff-action@v1
with:
src: './src/'
version: 0.6.0