Skip to content

Fix new Clippy lints under rustc 1.72.0: unneeded raw string hashes and vec declaration #288

Fix new Clippy lints under rustc 1.72.0: unneeded raw string hashes and vec declaration

Fix new Clippy lints under rustc 1.72.0: unneeded raw string hashes and vec declaration #288

name: build-dev-docker-image
on:
push:
branches:
- master
- develop
paths-ignore:
- 'Dockerfile.dev'
pull_request:
paths-ignore:
- 'Dockerfile.dev'
jobs:
build_dev_docker_image:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'