Skip to content

Commit

Permalink
clean bin
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf authored and ornicar committed May 1, 2022
1 parent 8adb1b5 commit d8e7cbe
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
paths:
- '.github/workflows/translations.yml'
- 'translation/**'
- 'bin/trans-lint.py'
- 'bin/trans-lint'
pull_request:
paths:
- '.github/workflows/translations.yml'
- 'translation/**'
- 'bin/trans-lint.py'
- 'bin/trans-lint'

jobs:
translations:
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Validate translation files
run: xmllint --noout --dtdvalid translation/resources.dtd translation/**/*.xml
- name: Lint translation files
run: ./bin/trans-lint.py translation/dest/*/*.xml
run: ./bin/trans-lint translation/dest/*/*.xml
2 changes: 1 addition & 1 deletion bin/cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

COMMAND=$*

curl -H "Authorization: Bearer $LILA_CLI_TOKEN_DEV" -d "$COMMAND" http://l.org/cli
curl -H "Authorization: Bearer $LILA_CLI_TOKEN_DEV" -d "$COMMAND" http://localhost:9663/cli
6 changes: 0 additions & 6 deletions bin/cli-stage

This file was deleted.

Empty file modified bin/mongodb/puzzle-perf.js
100755 → 100644
Empty file.
File renamed without changes.
2 changes: 2 additions & 0 deletions bin/trans-dump.js → bin/trans-dump
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const { readFile, writeFile } = require('fs/promises');
const { parseString } = require('xml2js');
const path = require('path');
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d8e7cbe

Please sign in to comment.