1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

removed whitespace

This commit is contained in:
Alif Rachmawadi 2019-08-14 07:34:44 +07:00
parent c9e501d1b1
commit aedc3a9f1e
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1

View file

@ -10,17 +10,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x
- name: npm install
run: npm install
- name: Lint
run: npm run format-check
- name: npm test
run: npm test