feat: update devcontainer configuration and add setup action for Rust environment

This commit is contained in:
2026-02-17 02:51:21 +00:00
parent 70e7b00a15
commit 3f9f713261
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
// Add Docker-in-Docker to allow act to run containers
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
// Add act
"ghcr.io/devcontainers/features/act:1": {}
"ghcr.io/devcontainers-extra/features/act:1": {}
},
"customizations": {
"settings": {

View File

@@ -10,7 +10,7 @@ on:
workflow_dispatch:
jobs:
lint-crates:
lint-crates:
runs-on: ubuntu-latest
steps:
- name: Checkout repository