This commit is contained in:
Mylloon 2025-05-06 13:56:56 +02:00
parent d217da1ec1
commit 7373d7e57d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ on:
jobs:
lint-and-format:
runs-on: docker
container:
image: cimg/rust:1.81-node

View file

@ -5,8 +5,10 @@ on:
jobs:
build:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4