diff --git a/action.yml b/action.yml index a7f19e9..7995dd4 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,10 @@ inputs: runs: using: "composite" steps: + - name: Validate + uses: ./validate + with: + layer_config_file: ${{ inputs.layer_config_file }} - name: Restore and build aur uses: ./aur with: