Skip to content

Bump cssnano from 7.0.2 to 7.0.3 in the npm-minor group #80

Bump cssnano from 7.0.2 to 7.0.3 in the npm-minor group

Bump cssnano from 7.0.2 to 7.0.3 in the npm-minor group #80

Workflow file for this run

name: Test with Go
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.14
- name: Install required packages
run: go mod download
- name: Link main repo as package
run: |
mkdir -p /home/runner/go/src/github.com/Kovah
ln -s /home/runner/work/DevLorem/DevLorem /home/runner/go/src/github.com/Kovah/DevLorem
- name: Build and test with Go
run: go test -run ''