Last 12 weeks · 0 commits
0 of 6 standards met
Repository: kentcdodds/react-testing-library-examples. Description: Created with CodeSandbox Stars: 410, Forks: 102. Primary language: HTML. Languages: HTML (59.4%), JavaScript (33.9%), CSS (6.7%). Homepage: https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples Open PRs: 0, open issues: 3. Last activity: 2y ago. Community health: 14%. Top contributors: kentcdodds, MichaelDeBoey, ajlende, hoodwink73, kettanaito, idanshoshana, krimple, olegpu, viniciusavieira, zainfathoni and others.
HTML
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency The fully-formed ref of the branch or tag that triggered the workflow run. For workflows triggered by , this is the branch or tag ref that was pushed. For workflows triggered by , this is the pull request merge branch. For workflows triggered by , this is the release tag created. For other triggers, this is the branch or tag ref that triggered the workflow run. This is only set if a branch or tag is available for the event type. The ref given is fully-formed, meaning that for branches the format is , for pull requests it is , and for tags it is . For example, . https://docs.github.com/en/actions/learn-github-actions/contexts#github-context