Skip to content

updated api response, fixed height issues, made weather widget bigger… #17

updated api response, fixed height issues, made weather widget bigger…

updated api response, fixed height issues, made weather widget bigger… #17

Workflow file for this run

name: GoSec
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
name: Run GoSec Security Scan
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...