diff options
| author | William Boman <william@redwill.se> | 2022-08-16 12:12:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 10:12:43 +0000 |
| commit | a7bfd2bee0de49cb64c0018dbc1ddbbf0d6f9159 (patch) | |
| tree | 39cac2aed6eacd470bad82036bf2ddddca63b288 /.github | |
| parent | chore: update generated code (#301) (diff) | |
| download | mason-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.yml | 2 |
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 |
