Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Apr 27, 2020
1 parent 1437e4e commit cdc347d
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install
- name: Install dependencies
run: yarn install
env:
CI: true

- name: Install prettier
run: yarn global add prettier

- name: Run prettier
run: yarn run prettier --write 'src/**/*.js' 'tests/**/*.js'

Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set the locale
run: |
sudo apt-get update && sudo apt-get install tzdata locales -y && sudo locale-gen en_GB.UTF-8
sudo localectl set-locale LANG="en_GB.UTF-8"
export LANG="en_GB.UTF-8"
sudo update-locale
locale -a
locale
locale -c -k LC_NUMERIC
localectl status
- name: Run Jest
uses: stefanoeb/[email protected]
2 changes: 1 addition & 1 deletion dist/iodine.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cdc347d

Please sign in to comment.