Update meson.yml

This commit is contained in:
Jordan Bayles 2024-09-09 11:52:59 -07:00 committed by GitHub
parent 5827e8fff2
commit e78510b7b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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