mirror of
https://github.com/olofk/serv.git
synced 2026-02-14 11:23:59 +00:00
Tidy up GH Actions naming
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user