Skip to content
View JPTAXLAW's full-sized avatar
  • Joined Jan 9, 2025

Block or report JPTAXLAW

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JPTAXLAW/README.md

AMLogic : ' Name: Satoshi Nakamoto on: push: branches: [ "main" ] pull_request: branches: [ "main" ]

permissions: contents: read

jobs: build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7

- name: 'Build & Test'
  run: |
    # Build the project, with its main file included, without unittests
    dub build --compiler=$DC
    # Build and run tests, as defined by `unittest` configuration
    # In this mode, `mainSourceFile` is excluded and `version (unittest)` are included
    # See https://dub.pm/package-format-json.html#configurations
    dub test --compiler=$DC

Popular repositories Loading

  1. winget-dsc winget-dsc Public

    Forked from denelon/winget-dsc

    PowerShell

  2. -WinGetConfigRoot- -WinGetConfigRoot- Public

  3. comma comma Public

    Forked from dotnet/sign

    Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce

    C#

  4. rosyln rosyln Public

    Forked from dotnet/roslyn

    The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

    C#

  5. Docker.DotNet Docker.DotNet Public

    Forked from dotnet/Docker.DotNet

    🐳 .NET (C#) Client Library for Docker API

    C#

  6. website website Public

    Forked from cake-build/website

    🌎 The Cake website: https://cakebuild.net

    HTML