{dev,gpu-dawn}: add yamlfmt to ci-lint.sh
Fixes hexops/mach#430 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a0507bc278
commit
373c55894f
3 changed files with 42 additions and 39 deletions
|
|
@ -8,9 +8,9 @@ jobs:
|
|||
if: ${{ !contains(github.event.head_commit.message, 'update to latest binary release') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Create draft
|
||||
run: gh release create "release-$(git rev-parse --short HEAD)" --title "Automatic release of main @ $(git rev-parse --short HEAD)"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Create draft
|
||||
run: gh release create "release-$(git rev-parse --short HEAD)" --title "Automatic release of main @ $(git rev-parse --short HEAD)"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue