WIP. Dict now uses class instead of struct in order to prevent copying slots two times. #3618
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yamllint disable rule:line-length | |
--- | |
name: Lint | |
# yamllint disable rule:truthy | |
on: | |
- pull_request | |
- push | |
jobs: | |
YAML: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: YAML check (yamllint) | |
uses: ibiqlik/action-yamllint@master | |
with: | |
strict: true |