Skip to content

Commit

Permalink
CI: better names for job & workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Oct 21, 2022
1 parent eedb0a8 commit b2aff63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build & test on ubuntu
name: CI

on: [push, pull_request]

jobs:
build:
build_and_test:
name: Build & Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b2aff63

Please sign in to comment.