Bump kewisch/action-web-ext from 41d7f1231e17976386937cdc01a479f7c79c3c2a to cb8a69420fea686e331e270b6581d4d289ecb2d2 #19
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: 'Pull Request' | |
on: | |
pull_request: | |
branches: master | |
concurrency: | |
group: ci-tests-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
call-lint: | |
uses: ./.github/workflows/_webext-lint.yml |