Skip to content

Commit 7f24844

Browse files
authored
fix: fix alter last column (Merge pull request #98 from duartealexf/staging)
2 parents f926ea6 + 0c769cb commit 7f24844

File tree

7 files changed

+1054
-236
lines changed

7 files changed

+1054
-236
lines changed

.github/workflows/run-tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- "18"
2121
- "19"
2222
- "20"
23+
- "21"
24+
- "22"
25+
- "23"
2326
steps:
2427
- name: Checkout
2528
uses: actions/checkout@v2

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"typescript.tsdk": "node_modules/typescript/lib",
1515
"js/ts.implicitProjectConfig.checkJs": true,
1616
"editor.codeActionsOnSave": {
17-
"source.fixAll.eslint": true
17+
"source.fixAll.eslint": "explicit"
1818
}
1919
}

0 commit comments

Comments
 (0)