Skip to content

Added execute_in_shell to each session; Removed plugin option from up… #19

Added execute_in_shell to each session; Removed plugin option from up…

Added execute_in_shell to each session; Removed plugin option from up… #19

Workflow file for this run

name: Tests
on:
push
jobs:
validate_application_code:
name: Validate application code
runs-on: ubuntu-latest
steps:
- name: Check out the current repo
uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install snek-sploit
run: poetry install
- name: Run Black
run: poetry run black --check --diff snek_sploit/