Compare commits

...

5 Commits

Author SHA1 Message Date
Flo Edelmann
826c4ae4d9
Merge 43811dd6bd into aca7b64a59 2024-09-26 22:14:53 +05:30
Joel Ambass
aca7b64a59
Merge pull request #1134 from actions/Jcambass-patch-1
Upgrade IA Publish
2024-09-26 08:24:05 +02:00
Joel Ambass
d6ebc7b438
Upgrade IA Publish 2024-09-16 17:18:15 +02:00
Flo Edelmann
43811dd6bd
Merge branch 'main' into patch-1 2022-08-15 10:36:16 +02:00
Flo Edelmann
3077533084
Make eslint-compact matcher compatible with Stylelint 2019-12-28 00:03:00 +01:00
2 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"owner": "eslint-compact",
"pattern": [
{
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$",
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s([Ee]rror|[Ww]arning|[Ii]nfo)\\s-\\s(.+)\\s\\((.+)\\)$",
"file": 1,
"line": 2,
"column": 3,

View File

@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
on:
release:
types: [created]
types: [published]
jobs:
publish:
@ -17,6 +17,4 @@ jobs:
uses: actions/checkout@v4
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
uses: actions/publish-immutable-action@0.0.3