Skip to content

feat(actions variables): adds organization_secrets, organization_variable, adds root module configuration for one-time resources to add to organization #9

feat(actions variables): adds organization_secrets, organization_variable, adds root module configuration for one-time resources to add to organization

feat(actions variables): adds organization_secrets, organization_variable, adds root module configuration for one-time resources to add to organization #9

Workflow file for this run

name: Lint
on: pull_request
permissions:
checks: write
contents: read
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Trunk Check
uses: trunk-io/trunk-action@v1
pr-title-check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: true