Add CI to repository #80

Merged
wojtek merged 7 commits from 77---add-ci-to-repository into main 2024-01-06 11:14:30 +01:00
Showing only changes of commit b12d7f1c36 - Show all commits

View File

@ -1,4 +1,6 @@
FROM docker.io/library/rust:1.75 FROM docker.io/library/rust:1.75
RUN rustup component add clippy
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
nodejs nodejs