FUN-1527 Add updateFromPrevious method to Functions ToS #2955
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GHA Workflow Validation | |
on: | |
pull_request: | |
jobs: | |
validate-worfklow-changes: | |
name: Validate Workflow Changes | |
permissions: | |
contents: read | |
pull-requests: write | |
actions: read | |
runs-on: ubuntu-latest | |
steps: | |
- name: GHA Workflow Validator | |
uses: smartcontractkit/.github/actions/gha-workflow-validator@d316f66b2990ea4daa479daa3de6fc92b00f863e # gha-workflow-validator@0.2.0 | |
env: | |
GITHUB_TOKEN: ${{ github.token }} | |
- name: Collect Metrics | |
if: always() | |
id: collect-gha-metrics | |
uses: smartcontractkit/push-gha-metrics-action@d9da21a2747016b3e13de58c7d4115a3d5c97935 # v3.0.1 | |
with: | |
id: lint-gh-workflows | |
org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }} | |
basic-auth: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }} | |
hostname: ${{ secrets.GRAFANA_INTERNAL_HOST }} | |
this-job-name: Validate Workflow Changes | |
continue-on-error: true |