Skip to content

Bump axum-extra from 0.9.0 to 0.9.1 in /bundler #230

Bump axum-extra from 0.9.0 to 0.9.1 in /bundler

Bump axum-extra from 0.9.0 to 0.9.1 in /bundler #230

Workflow file for this run

name: Dev Container CI
on:
push:
pull_request:
jobs:
build:
# pull requests are a duplicate of a branch push if within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
- name: Build dev container
uses: devcontainers/ci@v0.3.1900000339