Skip to content

Update dependency pillow to v10.3.0 [SECURITY] #9

Update dependency pillow to v10.3.0 [SECURITY]

Update dependency pillow to v10.3.0 [SECURITY] #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: devcontainers/ci@v0.3
with:
runCmd: rake test
# - uses: devcontainers/ci@v0.3
# with:
# runCmd: rake build