We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dc379 commit 0ca695bCopy full SHA for 0ca695b
.github/workflows/tf-check.yml
@@ -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