Skip to content

Bump MSRV from 1.64 to 1.65 #44

Bump MSRV from 1.64 to 1.65

Bump MSRV from 1.64 to 1.65 #44

Workflow file for this run

name: devcontainer
# When a pull request is opened that changes the Devcontainer configuration,
# ensure that the container continues to build properly.
on:
pull_request:
paths:
- .devcontainer/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build .devcontainer