Skip to content

refactor: zip and gzip extractions and improve path traversal protection #61

refactor: zip and gzip extractions and improve path traversal protection

refactor: zip and gzip extractions and improve path traversal protection #61

Workflow file for this run

name: Continous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
ci:
name: Format, Lint, Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup mise
uses: jdx/mise-action@v3
- name: Run CI
run: mise run ci