Skip to content

Instantly share code, notes, and snippets.

View Antoniozinchenko's full-sized avatar

Anton Zinchenko Antoniozinchenko

View GitHub Profile
@Antoniozinchenko
Antoniozinchenko / README.md
Last active April 7, 2023 07:16
Composite Github action for ios signing

Getting started

This action will help you to setup ios signing files. Just copy this file inside .github/actions/certificates/action.yml

How to use

inside your workflow, just add step:

  steps:
     ...
     
      - name: Generate ios certificates
 uses: ./.github/actions/certificates
@Antoniozinchenko
Antoniozinchenko / dart.json
Last active January 20, 2023 11:48
vscode snippets for flutter/dart
{
"JsonSerializable class": {
"prefix": "classjson",
"body": [
"import 'package:json_annotation/json_annotation.dart';",
"",
"part '${TM_FILENAME_BASE}.g.dart';",
"",
"@JsonSerializable()",
"class ${1:${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/g}} {",
@Antoniozinchenko
Antoniozinchenko / config.lua
Last active February 27, 2024 17:52
Lunarvim configuration with flutter support
--[[
lvim is the global options object
Linters should be
filled in as strings with either
a global executable or a path to
an executable
]]
-- THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT
@Antoniozinchenko
Antoniozinchenko / Coverage Badges
Last active June 3, 2024 10:33
Coverage Badges
Coverage Badges