~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
d5129ec5
—
pyros2097 5 years ago
actions: rename check too format
.github/workflows/test.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Test
|
|
2
2
|
on: [push]
|
|
3
3
|
jobs:
|
|
4
|
-
|
|
4
|
+
format:
|
|
5
5
|
runs-on: ubuntu-latest
|
|
6
6
|
steps:
|
|
7
7
|
- uses: actions-rs/toolchain@v1
|