diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b87b2430 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.github/ export-ignore diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 722c4dce..fbfe0733 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,13 +1,13 @@ --- name: test -on: - push: - tags: - - v* +on: pull_request jobs: test: runs-on: ubuntu-24.04 steps: - - run: echo "$PAYLOAD" - env: - PAYLOAD: ${{ toJson(github.event) }} + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + with: + persist-credentials: false + - uses: aquaproj/aqua-installer@e5f2b7423821099ed57556f1480a6308038fe469 + with: + aqua_version: v2.55.1