Skip to content

Bump markupsafe from 2.1.5 to 3.0.2 #194

Bump markupsafe from 2.1.5 to 3.0.2

Bump markupsafe from 2.1.5 to 3.0.2 #194

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
CI:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Build
uses: docker/[email protected]
- name: Build current Docker image with tests
run: |
docker build --target test -t zephir-api2:test .