Skip to content

Commit

Permalink
fix: typo in CI runner selector
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitheninja committed Aug 15, 2024
1 parent 2a92b1b commit 51050ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
component: [backend, frontend]

name: ESLint Check for ${{ matrix.component }}
runs-on: ubuntu-lates
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand Down

0 comments on commit 51050ad

Please sign in to comment.