run check.sh in docker
Some checks failed
Run Check Script / check (pull_request) Failing after -54s

This commit is contained in:
tahahawa 2025-06-18 15:35:46 -04:00
parent 0a42fa62ff
commit 46985b561a

View File

@ -7,7 +7,9 @@ on:
jobs:
check:
runs-on: rust-cargo
runs-on: docker
container:
image: rust:1.87.0
steps:
- name: Checkout code
uses: actions/checkout@v4