Skip to content

Commit 4bb1461

Browse files
authored
Merge pull request #1 from jflessau/tree-sitter
Tree Sitter
2 parents ac0971d + 871fd7f commit 4bb1461

28 files changed

+1008
-449
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ on:
66
- main
77

88
jobs:
9+
github_action_example:
10+
name: run github action example
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: checkout code
15+
uses: actions/checkout@v4
16+
17+
- name: run format checker
18+
uses: ./
19+
with:
20+
context: "./code_to_format"
21+
config-file: "./code_to_format/.sqruff"
22+
fail-on-unformatted: "false"
23+
924
format:
1025
name: format
1126
runs-on: ubuntu-latest

.github/workflows/example.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)