Enable action dependency

pull/2310/head
Alex Baker 1 year ago
parent 6efac620c4
commit b06b10f930

@ -7,11 +7,11 @@ permissions:
contents: read
jobs:
# check:
# uses: ./.github/workflows/check.yml
check:
uses: ./.github/workflows/check.yml
bundle:
runs-on: ubuntu-latest
# needs: [ check ]
needs: [ check ]
steps:
- name: Decode Keystore
run: |

Loading…
Cancel
Save