dee957648b
* Test forbid `<View>` * Update validate-js.yml * Run yarn lint with custom formatter lib * Revert "Test forbid `<View>`" This reverts commit d36ab54b48b7e86e594d360bd71c82b541ed63fa. * Test: Intentional tsc error * Update notice-new-dependencies.yml * Update validate-js.yml * Use reviewdog again, but with custom efm * Fix <Camera> props * Update validate-js.yml * Try use github-check * Update validate-js.yml * Update validate-js.yml * Add two reporters * Update validate-js.yml * Level error * Use github-pr-review * Update validate-js.yml * Revert "Test: Intentional tsc error" This reverts commit a4e7f6f599d403848729143f1bd87a3435c70826.
14 lines
308 B
YAML
14 lines
308 B
YAML
name: Notice new dependencies
|
|
on:
|
|
- pull_request
|
|
|
|
jobs:
|
|
notice_new_dependencies:
|
|
name: Notice new dependencies
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check for new dependencies
|
|
uses: hiwelo/new-dependencies-action@1.0.1
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|