This commit is contained in:
parent
757bb60ecd
commit
d0b1bd3ae4
2 changed files with 14 additions and 1 deletions
13
.forgejo/workflows/csslint.yaml
Normal file
13
.forgejo/workflows/csslint.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Lint CSS
|
||||
|
||||
on:
|
||||
push
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Lint CSS
|
||||
uses: https://github.com/marketplace/actions/stylelinter@master
|
|
@ -1,5 +1,5 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
|
||||
|
||||
:root {
|
||||
--font-monospace: "fira code";
|
||||
--font-code: "fira code";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue