We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edab9ac commit e210f85Copy full SHA for e210f85
.github/template-sync.yml
@@ -5,3 +5,4 @@ additional:
5
files:
6
- '!README.md'
7
- '!**/sync.yml'
8
+- '!Dockerfile'
.yamllint
@@ -0,0 +1,8 @@
1
+---
2
+extends: default
3
+rules:
4
+ line-length: disable
+ comments: disable
+ indentation:
+ spaces: 2
+ indent-sequences: consistent
Dockerfile
@@ -0,0 +1,3 @@
+FROM ubuntu:devel@sha256:3c3de9608507804525ff4303874525760ea36d62606e8105f515adaa761b80cb
+
+RUN echo 'hi'
0 commit comments