Skip to content

fix: added Pop field support. #3

fix: added Pop field support.

fix: added Pop field support. #3

Workflow file for this run

name: Build for CI
on:
push:
branches: [ "main" ]
paths-ignore:
- "**.md"
pull_request:
branches: [ "main" ]
jobs:
build-plugin-ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: dotnet build src\Indiko.OpenWeatherClient.sln -c Release