Skip to content

Translations update from Hosted Weblate #655

Translations update from Hosted Weblate

Translations update from Hosted Weblate #655

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check:
name: dart-code-metrics-action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - name: dart-code-metrics
# uses: dart-code-checker/dart-code-metrics-action@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}