Given a Stack class like the following:
class Stack {
constructor() {
this.storage = [];
}
push(item) {| name: Security audit | |
| on: | |
| push: | |
| paths: | |
| - '**/Cargo.toml' | |
| - '**/Cargo.lock' | |
| jobs: | |
| security_audit: | |
| runs-on: ubuntu-latest | |
| steps: |
| 'use strict'; | |
| const fs = require('fs'); | |
| const path = require('path'); | |
| const webpack = require('webpack'); | |
| const resolve = require('resolve'); | |
| const PnpWebpackPlugin = require('pnp-webpack-plugin'); | |
| const HtmlWebpackPlugin = require('html-webpack-plugin'); | |
| const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin'); | |
| const InlineChunkHtmlPlugin = require('react-dev-utils/InlineChunkHtmlPlugin'); |