mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 04:47:16 -04:00
Tidy up GH Actions naming
This commit is contained in:
parent
c6e5053c78
commit
9bb2f95bf4
4 changed files with 8 additions and 2 deletions
3
.github/workflows/formal.yml
vendored
3
.github/workflows/formal.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: run-formal
|
||||
name: Formal verification
|
||||
|
||||
on: [push]
|
||||
jobs:
|
||||
formal:
|
||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -1,3 +1,5 @@
|
|||
name: Run linter
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
|
3
.github/workflows/openlane.yml
vendored
3
.github/workflows/openlane.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: build-openlane-sky130
|
||||
name: Build GDS using OpenLANE and sky130 PDK
|
||||
|
||||
on: [push]
|
||||
jobs:
|
||||
build-openlane:
|
||||
|
|
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
@ -1,3 +1,5 @@
|
|||
name: Build documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue