Skip to content

Bump ruff from 0.6.7 to 0.7.4 #173

Bump ruff from 0.6.7 to 0.7.4

Bump ruff from 0.6.7 to 0.7.4 #173

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
CI:
runs-on: ubuntu-latest
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 .