Skip to content

Update .gitignore to include build and egg files #5

Update .gitignore to include build and egg files

Update .gitignore to include build and egg files #5

Workflow file for this run

name: CRUD WAMP CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Setup environment & install dependencies
run: make setup
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1