add node
Some checks failed
checks / format (push) Failing after 43s
checks / format (pull_request) Failing after 43s

This commit is contained in:
cascode
2023-10-21 01:51:53 -07:00
parent 9c97e00d5a
commit 8fb226fafd

View File

@ -10,6 +10,8 @@ jobs:
image: "rust:1.73-alpine3.18"
name: format
steps:
- name: TODO put in image base
run: apk add nodejs
- uses: actions/checkout@v4
- name: TODO put in image base
run: rustup component add rustfmt