Skip to content

chore(deps): update aquaproj/aqua-installer action to v3.0.1 #93

chore(deps): update aquaproj/aqua-installer action to v3.0.1

chore(deps): update aquaproj/aqua-installer action to v3.0.1 #93

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.27.3
- name: Check typo
run: typos --exclude themes/*
status-check:
permissions: {}
runs-on: ubuntu-latest
needs: [test]
if: failure()
steps:
- name: Fail
run: exit 1