Skip to content

Commit 995e64f

Browse files
committed
Remove redundant bash directive.
1 parent 6052da1 commit 995e64f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: CI
22
on: [push]
33

4-
defaults:
5-
run:
6-
shell: bash -el {0}
7-
84
jobs:
95

106
pre-commit-checks:

.github/workflows/update_grammar.yml

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
update-grammar:
1010
name: Update TSQL grammar based on antlr4's grammar
1111
runs-on: ubuntu-latest
12-
defaults:
13-
run:
14-
shell: bash -el {0}
1512
steps:
1613
- name: Checkout branch
1714
uses: actions/checkout@v4

0 commit comments

Comments
 (0)