Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: raven-actions/actionlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: raven-actions/actionlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on May 8, 2023

  1. 📝 chore: minor docs and CI adjustments (#6)

    ## 💌 Description
    
    <!-- Add a more detailed description of the changes if needed. -->
    
    ## 🔗 Related issue
    
    <!-- If your PR refers to a related issue, link it here. -->
    Fixes: #
    
    ## 🏗️ Type of change
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [ ] 📚 Examples / docs / tutorials
    - [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
    - [ ] 🥂 Improvement (non-breaking change which improves an existing
    feature)
    - [ ] 🚀 New feature (non-breaking change which adds functionality)
    - [ ] 💥 Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] 🚨 Security fix
    - [ ] ⬆️ Dependencies update
    
    ## ✅ Checklist
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [ ] I've read the [`Code of
    Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)>
    document.
    - [ ] I've read the
    [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md)
    guide.
    DariuszPorowski authored May 8, 2023
    Configuration menu
    Copy the full SHA
    0fef5cb View commit details
    Browse the repository at this point in the history
  2. 👷 refactor(ci): change to debug action (#7)

    ## 💌 Description
    
    <!-- Add a more detailed description of the changes if needed. -->
    
    ## 🔗 Related issue
    
    <!-- If your PR refers to a related issue, link it here. -->
    Fixes: #
    
    ## 🏗️ Type of change
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [ ] 📚 Examples / docs / tutorials
    - [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
    - [ ] 🥂 Improvement (non-breaking change which improves an existing
    feature)
    - [ ] 🚀 New feature (non-breaking change which adds functionality)
    - [ ] 💥 Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] 🚨 Security fix
    - [ ] ⬆️ Dependencies update
    
    ## ✅ Checklist
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [ ] I've read the [`Code of
    Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)>
    document.
    - [ ] I've read the
    [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md)
    guide.
    DariuszPorowski authored May 8, 2023
    Configuration menu
    Copy the full SHA
    19e16a6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    5f96b36 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. ✨ feat(inputs): group-result (#10)

    ## 💌 Description
    
    <!-- Add a more detailed description of the changes if needed. -->
    Adds `group-result` feature, to skip GitHub grouping when actionlint
    fails.
    
    ## 🔗 Related issue
    
    <!-- If your PR refers to a related issue, link it here. -->
    Fixes: #8 
    
    ## 🏗️ Type of change
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [ ] 📚 Examples / docs / tutorials
    - [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
    - [x] 🥂 Improvement (non-breaking change which improves an existing
    feature)
    - [ ] 🚀 New feature (non-breaking change which adds functionality)
    - [ ] 💥 Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] 🚨 Security fix
    - [ ] ⬆️ Dependencies update
    
    ## ✅ Checklist
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [x] I've read the [`Code of
    Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)>
    document.
    - [x] I've read the
    [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md)
    guide.
    DariuszPorowski authored May 21, 2023
    Configuration menu
    Copy the full SHA
    d6c9e32 View commit details
    Browse the repository at this point in the history
Loading