mirror of
https://github.com/bitwarden/mobile
synced 2026-01-10 12:33:28 +00:00
Update workflows with linter suggestions (#1521)
This commit is contained in:
7
.github/workflows/crowdin-sync.yml
vendored
7
.github/workflows/crowdin-sync.yml
vendored
@@ -1,16 +1,17 @@
|
||||
---
|
||||
name: Crowdin Sync
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
#schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
crowdin-sync:
|
||||
name: Autosync
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
env:
|
||||
_CROWDIN_PROJECT_ID: "269690"
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Reference in New Issue
Block a user