Actions 3

This commit is contained in:
Justine Pelletreau 2023-07-17 11:08:13 +02:00
parent 60d8c5f48c
commit 4e9bde9fdc
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,8 @@ jobs:
- name: Check-out
uses: actions/checkout@v3
- run: ls -la
- name: Ayo
run: ls -la
- name: Test
run: cargo test

View File

@ -1,5 +1,5 @@
# What ?
..
A hangman. I was bored and needed to get into Rust again.
# How ?