Skip to content

Commit d596aed

Browse files
committed
Tell yamllint to allow long lines in ci.yaml
There are too many lines with hashes that go over 80 chars, and some of the key values are troublesome to try to split across multiple lines.
1 parent f9258c1 commit d596aed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# yamllint disable rule:line-length
16+
1517
name: Continuous integration
1618
run-name: >-
1719
Run CI checks for ${{github.event_name}} on ${{github.ref_name}}

0 commit comments

Comments
 (0)