From c832756980a76f86111d656d3122a40c19c7c450 Mon Sep 17 00:00:00 2001 From: harrytran998 Date: Tue, 30 Jul 2024 22:39:05 +0700 Subject: [PATCH] TML-9999 chore: remove unnessary things --- .github/workflows/ninja_i18n.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/ninja_i18n.yml diff --git a/.github/workflows/ninja_i18n.yml b/.github/workflows/ninja_i18n.yml deleted file mode 100644 index c0ed0590..00000000 --- a/.github/workflows/ninja_i18n.yml +++ /dev/null @@ -1,23 +0,0 @@ - -name: Ninja i18n action - -on: pull_request_target - -# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings -permissions: - pull-requests: write # Necessary to comment on PRs - issues: read # Necessary to read issue comments - contents: read # Necessary to access the repo content - -jobs: - ninja-i18n: - name: Ninja i18n - GitHub Lint Action - runs-on: ubuntu-latest - - steps: - - name: Run Ninja i18n - # @main ensures that the latest version of the action is used - uses: opral/ninja-i18n-action@main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file