summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-08-16 12:12:43 +0200
committerGitHub <noreply@github.com>2022-08-16 10:12:43 +0000
commita7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159 (patch)
tree39cac2aed6eacd470bad82036bf2ddddca63b288 /.github
parentchore: update generated code (#301) (diff)
downloadmason-a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159.tar
mason-a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159.tar.gz
mason-a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159.tar.bz2
mason-a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159.tar.lz
mason-a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159.tar.xz
mason-a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159.tar.zst
mason-a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159.zip
fix(workflow): fix selene job name (#302)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selene.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml
index cd174d03..7ce7ba86 100644
--- a/.github/workflows/selene.yml
+++ b/.github/workflows/selene.yml
@@ -7,7 +7,7 @@ on:
pull_request:
jobs:
- stylua:
+ selene:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2