deps(docker): bump ubuntu from 2b7412e
to 8eab65d
in /.devcontainer
#325
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
--- | |
name: Validate Pull-Request | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
conventional-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Namchee/conventional-pr@93f510707dd4ef011c5e8fe7c94c93c59fc86d4c # v0.15.1 | |
with: | |
access_token: ${{ secrets.GITHUB_TOKEN }} | |
body: false | |
issue: false | |
close: false |