Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baylesj authored Sep 9, 2024
1 parent 594f044 commit 35fe959
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ run-name: ${{ github.actor }} is testing out replacing Travis with Github Action
on: [push]

jobs:
Validate-Pull-Request:
publish:
runs-on: ubuntu-latest
steps:
- run: echo " The job was automatically triggered by a ${{ github.event_name }} event."
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- 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: clang-format

- uses: seanmiddleditch/gha-setup-ninja@master
- run: ninja -C build clang-format

0 comments on commit 35fe959

Please sign in to comment.