We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6052da1 commit 995e64fCopy full SHA for 995e64f
.github/workflows/ci.yaml
@@ -1,10 +1,6 @@
1
name: CI
2
on: [push]
3
4
-defaults:
5
- run:
6
- shell: bash -el {0}
7
-
8
jobs:
9
10
pre-commit-checks:
.github/workflows/update_grammar.yml
@@ -9,9 +9,6 @@ jobs:
update-grammar:
name: Update TSQL grammar based on antlr4's grammar
11
runs-on: ubuntu-latest
12
- defaults:
13
14
15
steps:
16
- name: Checkout branch
17
uses: actions/checkout@v4
0 commit comments