Skip to content

Update meson.yml #1554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update meson.yml
  • Loading branch information
baylesj authored Sep 9, 2024
commit e78510b7b42fd9ee1bc7b4f35dab1e16f82d28bf
5 changes: 4 additions & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
- uses: BSFishy/meson-build@v1.0.3
with:
action: build
- uses: BSFishy/meson-build@v1.0.3
with:
action: test
- uses: BSFishy/meson-build@v1.0.3
with:
action: tidy

- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
Expand Down
Loading