Skip to content

Commit 0ca695b

Browse files
committed
ci: add/update check workflow
1 parent 21dc379 commit 0ca695b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/tf-check.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
#
3+
# PLEASE NOTE: Managed workflow - do not change manually
4+
#
5+
name: Check
6+
7+
on:
8+
pull_request:
9+
branches:
10+
- master
11+
12+
jobs:
13+
check:
14+
uses: wetransform/gha-workflows/.github/workflows/dockerfile-build.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
15+
with:
16+
image: wetransform/conversion-gdal
17+
tag: pr

0 commit comments

Comments
 (0)