fix(text): fixed text's stable operation on RTL #82
This file contains hidden or 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: Security Gates | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
jobs: | ||
validate: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Validate Workflow | ||
run: echo "Validation successful" | ||
security-gates: | ||
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@master | ||
Check failure on line 17 in .github/workflows/security-gates.yml
|
||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write |