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 b3b17ae2c5 - Show all commits

View File

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