build and test pipelines #2

Merged
bizcochito merged 37 commits from build into develop 2024-02-23 07:14:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1d0440f8d4 - Show all commits

View File

@ -13,7 +13,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Get access token from secret
run: echo -e "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml
run: echo -e "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml && ls
- name: Check code
run: cargo check
- name: Run tests